Skip to content

Commit f4f1340

Browse files
committed
ci: add back npx lockfile-lint --path package-lock.json
1 parent 24dec8f commit f4f1340

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ jobs:
4242
- name: Ensure dependencies are compatible with the version of node
4343
run: npx ls-engines
4444
- run: npm run lint
45+
# https://github.com/lirantal/lockfile-lint#readme
46+
- name: Scan lockfile for security issues
47+
run: npx lockfile-lint --path package-lock.json

0 commit comments

Comments
 (0)