We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263dfa1 commit 68b1ecfCopy full SHA for 68b1ecf
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
- 16
19
- 18
20
steps:
21
- - uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
+ - uses: actions/checkout@v3
22
- name: Use Node.js ${{ matrix.node_version }}
23
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
24
with:
@@ -34,7 +34,7 @@ jobs:
34
35
- run: exit 1
36
if: ${{ needs.test_matrix.result != 'success' }}
37
38
- run: npm ci
39
- run: npm run lint
40
if: ${{ always() }}
0 commit comments