Skip to content

Commit

Permalink
ci: only run pre-commit on citation.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 9, 2024
1 parent edfe275 commit 3772263
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
extra-packages: |
any::cffr
any::V8
any::docopt
- name: Update CITATION.cff
run: |
Expand All @@ -47,6 +48,8 @@ jobs:
shell: Rscript {0}
- uses: pre-commit/[email protected]
with:
extra_args: --files CITATION.cff
- name: Commit results
run: |
git config --local user.name "github-actions[bot]"
Expand Down

0 comments on commit 3772263

Please sign in to comment.