Skip to content

Commit

Permalink
Create cffconvert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored Feb 2, 2022
1 parent d4ddb15 commit 404f475
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: cffconvert

on:
push:
paths:
- CITATION.cff

jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v2

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"

0 comments on commit 404f475

Please sign in to comment.