Skip to content

Commit 8727e05

Browse files
author
timiagama
committed
Snyk workflow now correctly calls npm lint
1 parent 352228a commit 8727e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm ci
3232

3333
- name: Run ESLint security checks
34-
run: npm run eslint
34+
run: npm run lint
3535

3636
- name: Run tests with coverage
3737
run: npm run test

0 commit comments

Comments
 (0)