File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3535 pip3 install cffconvert
3636
3737 - name : Validate CITATION.cff
38- run : cffconvert --validate
38+ run : make validate_cff
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ authors:
8080 orcid : " https://orcid.org/0000-0001-8681-5267"
8181 affiliation : " Université catholique de Louvain"
8282
83+ - family-names : " Chouinard-Leclaire"
84+ given-names : " Christine"
85+ orcid : " https://orcid.org/0000-0002-1066-6266"
86+ affiliation : " Université de Montréal"
87+
8388license : GPL-3.0
8489
8590keywords :
Original file line number Diff line number Diff line change @@ -48,6 +48,9 @@ fix_submodule: ## Fix any submodules that would not be checked out
4848version.txt : CITATION.cff
4949 grep -w " ^version" CITATION.cff | sed " s/version: /v/g" > version.txt
5050
51+ validate_cff : # # Validate the citation file
52+ cffconvert --validate
53+
5154
5255# ###############################################################################
5356# doc
You can’t perform that action at this time.
0 commit comments