We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c87ce2 commit 0d4e4f3Copy full SHA for 0d4e4f3
1 file changed
.github/workflows/node.js.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
29
- - run: npm lint
+ - run: npm run lint
30
- run: npm test
0 commit comments