Skip to content

Commit 7dedac8

Browse files
committedOct 10, 2021
[ci] Run the lint script only once
1 parent e3f68c7 commit 7dedac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
- run: npm install
23+
- run: npm run lint
24+
if: matrix.node == 16
2325
- run: npm test
2426
- uses: coverallsapp/github-action@1.1.3
2527
if: matrix.node == 16

0 commit comments

Comments
 (0)
Please sign in to comment.