Skip to content

Commit

Permalink
Tidy cff action
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed Oct 10, 2024
1 parent 019f7fd commit 094ea97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update_citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ jobs:
- name: Update CITATION.cff
run: |
python bin/update_cff.py
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
install-r: true
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
with:
install-r: true
- name: Commit changes
uses: test-room-7/action-update-file@v1
with:
Expand Down

0 comments on commit 094ea97

Please sign in to comment.