File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 4545 run : npm run test:coverage
4646
4747 - name : Upload coverage reports
48- uses : codecov/codecov-action@v3
48+ uses : codecov/codecov-action@v4
4949 if : success()
5050 with :
5151 file : .github/workflows/lib/coverage/lcov.info
@@ -109,27 +109,6 @@ jobs:
109109 }
110110 }
111111
112- lint-workflows :
113- name : Lint GitHub Actions Workflows
114- runs-on : ubuntu-latest
115-
116- steps :
117- - name : Checkout code
118- uses : actions/checkout@v4
119-
120- - name : Setup Node.js
121- uses : actions/setup-node@v4
122- with :
123- node-version : " 18"
124-
125- - name : Install actionlint
126- run : |
127- bash <(curl https://raw.githubusercontent.com/rhymond/actionlint/main/scripts/download-actionlint.bash)
128- sudo mv ./actionlint /usr/local/bin/
129-
130- - name : Lint workflow files
131- run : actionlint .github/workflows/*.yml
132-
133112 validate-approval-logic :
134113 name : Validate Approval Logic
135114 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 hooks :
1212 - id : editorconfig-checker
1313 alias : ec
14+
15+ - repo : https://github.com/rhysd/actionlint
16+ rev : " v1.7.7"
17+ hooks :
18+ - id : actionlint
You can’t perform that action at this time.
0 commit comments