Skip to content

Commit

Permalink
move citation check up and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccamccabe committed Oct 26, 2024
1 parent 96476ce commit 288d3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- name: Check validity of citation.cff
uses: citation-file-format/[email protected]

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1

Expand Down Expand Up @@ -55,7 +58,4 @@ jobs:
with:
name: test-report
path: test-results/testreport.pdf

- name: cffconvert
uses: citation-file-format/[email protected]

0 comments on commit 288d3c5

Please sign in to comment.