File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 4040 - name : Code coverage
4141 uses : codecov/codecov-action@v3
4242 with :
43- file : coverage.xml
44- flags : octave
43+ file : coverage.xml
44+ flags : octave
Original file line number Diff line number Diff line change 3535 with :
3636 release : ${{matrix.version}}
3737
38- - name : Install
38+ - name : Install
3939 uses : actions/checkout@v3
4040 with :
4141 submodules : true
Original file line number Diff line number Diff line change 22name : validate CITATION.cff
33
44on :
5- push :
6- branches : ['*']
7- paths :
8- - CITATION.cff
9- - .github/workflows/validate_cff.yml
10- pull_request :
11- branches : ['*']
12- paths :
13- - CITATION.cff
14- - .github/workflows/validate_cff.yml
5+ push :
6+ branches : ['*']
7+ paths :
8+ - CITATION.cff
9+ - .github/workflows/validate_cff.yml
10+ pull_request :
11+ branches : ['*']
12+ paths :
13+ - CITATION.cff
14+ - .github/workflows/validate_cff.yml
1515
1616jobs :
1717
18- validate_cff :
19- runs-on : ubuntu-latest
20- steps :
21- - uses : actions/checkout@v3
22- - name : Check whether the citation metadata from CITATION.cff is valid
23- uses :
citation-file-format/[email protected] 24- with :
25- args : --validate
18+ validate_cff :
19+ runs-on : ubuntu-latest
20+ steps :
21+ - uses : actions/checkout@v3
22+ - name : Check whether the citation metadata from CITATION.cff is valid
23+ uses :
citation-file-format/[email protected] 24+ with :
25+ args : --validate
You can’t perform that action at this time.
0 commit comments