We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c4ee6 commit 44d47bbCopy full SHA for 44d47bb
.github/workflows/lint.yml
@@ -26,6 +26,6 @@ jobs:
26
- name: npm ci, and npm lint
27
run: |
28
npm ci
29
- npm test
+ npm run lint
30
env:
31
CI: true
0 commit comments