We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352228a commit 8727e05Copy full SHA for 8727e05
.github/workflows/snyk.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm ci
32
33
- name: Run ESLint security checks
34
- run: npm run eslint
+ run: npm run lint
35
36
- name: Run tests with coverage
37
run: npm run test
0 commit comments