File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4949 - name : Upload coverage to Codecov
5050 # if false in order to skip for now
5151 if : false
52- uses : codecov/codecov-action@v3
52+ uses : codecov/codecov-action@v5
5353 with :
5454 files : ./coverage.xml
5555 fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ repos:
2929 - id : check-github-workflows
3030 args : ["--verbose"]
3131
32- # - repo: https://github.com/rhysd/actionlint
33- # rev: v1.7.8
34- # hooks:
35- # - id: actionlint
36- # args: [ -ignore, SC ]
32+ - repo : https://github.com/rhysd/actionlint
33+ rev : v1.7.8
34+ hooks :
35+ - id : actionlint
36+ args : [ -ignore, SC ]
3737
38- # - repo: https://github.com/abravalheri/validate-pyproject
39- # rev: v0.24.1
40- # hooks:
41- # - id: validate-pyproject
38+ - repo : https://github.com/abravalheri/validate-pyproject
39+ rev : v0.24.1
40+ hooks :
41+ - id : validate-pyproject
You can’t perform that action at this time.
0 commit comments