Skip to content

Commit

Permalink
Add CITATION.cff validation to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed May 15, 2024
1 parent f8d5022 commit dcff566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
python -m pip install --upgrade cffconvert pyyaml
- name: Run linters
run: tox -e lint

- name: Validate CITATION.cff
run: cffconvert --validate

0 comments on commit dcff566

Please sign in to comment.