-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e589b7
commit c9ec482
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|