Skip to content

Commit

Permalink
Create cff-validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamLwj authored Sep 10, 2024
1 parent 3e589b7 commit c9ec482
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- name: cff-validator
# You may pin to the exact commit or the version.
# uses: dieghernan/cff-validator@4c19ae163bc427f66a5b69ddd4487cfbf5bec48d
uses: dieghernan/cff-validator@v3
with:
# Path to .cff file to be validated. By default it selects a CITATION.cff file on the root of the repository.
citation-path: # optional, default is CITATION.cff
# The version of the cache, change this from the default (1) to start over with a fresh cache.
cache-version: # optional, default is 1
# If "true" download and install R during the setup. If "false" use the existing installation in the GitHub Action image,
install-r: # optional

0 comments on commit c9ec482

Please sign in to comment.