We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acca88 commit 2cec362Copy full SHA for 2cec362
.github/workflows/node.js.yml
@@ -28,6 +28,7 @@ jobs:
28
cache: 'npm'
29
30
- run: npm ci
31
+ - run: npm run lint
32
- run: npm run build --if-present
33
- run: npm test
34
0 commit comments