Skip to content

Commit

Permalink
Add workflow to validate CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Aug 25, 2022
1 parent c9bc7cc commit 60b5253
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/citation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: cffconvert

on:
push:
paths:
- CITATION.cff

jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Validate CITATION.cff
uses: citation-file-format/[email protected]
with:
args: "--validate"

0 comments on commit 60b5253

Please sign in to comment.