File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222
2323 - uses : actions/checkout@v3
24- with :
25- fetch-depth : 1
2624
27- - name : Set up Python
28- uses : actions/setup-python@v4
25+ - name : Check whether the citation metadata from CITATION.cff is valid
26+ uses :
citation-file-format/[email protected] 2927 with :
30- python-version : 3.9
31-
32- - name : Install dependencies
33- run : |
34- python -m pip install --upgrade pip setuptools
35- pip3 install cffconvert
36-
37- - name : Validate CITATION.cff
38- run : make validate_cff
28+ args : " --validate"
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ authors:
8585 orcid : " https://orcid.org/0000-0002-1066-6266"
8686 affiliation : " Université de Montréal"
8787
88+ - family-names : " Yang"
89+ given-names : " Ying"
90+ affiliation : " Université catholique de Louvain"
91+
8892license : GPL-3.0
8993
9094keywords :
You can’t perform that action at this time.
0 commit comments