Skip to content

Commit dcff566

Browse files
committed
Add CITATION.cff validation to lint workflow
1 parent f8d5022 commit dcff566

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install --upgrade tox
25+
python -m pip install --upgrade cffconvert pyyaml
2526
2627
- name: Run linters
2728
run: tox -e lint
29+
30+
- name: Validate CITATION.cff
31+
run: cffconvert --validate

0 commit comments

Comments
 (0)