File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
14141 . Save the following snippet as `` .github/workflows/cffconvert.yml ``
1515
1616 ``` yaml
17+ name : cffconvert
18+
1719 on : push
1820
1921 jobs :
@@ -24,7 +26,7 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
2426 - uses : actions/checkout@v2
2527 name : Check out a copy of the repository
2628
27- - uses : citation-file-format/cffconvert-github-action@1
29+ - uses : citation-file-format/cffconvert-github-action@1.1.1
2830 name : Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json
2931 ` ` `
3032
@@ -44,6 +46,8 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
4446Example workflow file:
4547
4648` ` ` yaml
49+ name : cffconvert
50+
4751on : push
4852
4953jobs :
5458 - uses : actions/checkout@v2
5559 name : Check out a copy of the repository
5660
57- - uses : citation-file-format/cffconvert-github-action@1
61+ - uses : citation-file-format/cffconvert-github-action@1.1.1
5862 name : Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json
5963 with :
6064 WORKDIR : tests/zenodo-missing/
You can’t perform that action at this time.
0 commit comments