Skip to content

Commit

Permalink
ci: add back npx lockfile-lint --path package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 29, 2023
1 parent 24dec8f commit f4f1340
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ jobs:
- name: Ensure dependencies are compatible with the version of node
run: npx ls-engines
- run: npm run lint
# https://github.com/lirantal/lockfile-lint#readme
- name: Scan lockfile for security issues
run: npx lockfile-lint --path package-lock.json

0 comments on commit f4f1340

Please sign in to comment.