Skip to content

Commit

Permalink
Updated citation test (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
KCGallagher committed Sep 11, 2024
1 parent 3115b43 commit 1cc1fb9
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/doc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ jobs:
run: |
cd pyEpiabm
python run_tests.py --docs
- name: test CITATION.cff
run: |
python -m pip install cffconvert
cffconvert --validate
Validate-CITATION-cff:
name: Validate CITATION.cff
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3

0 comments on commit 1cc1fb9

Please sign in to comment.