Skip to content

Commit 656c4ba

Browse files
authored
ci(lockfile-lint): lint the lockfile for security policies (#309)
1 parent a54e596 commit 656c4ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
with:
4545
node-version: ${{ matrix.node-version }}
4646
- uses: bahmutov/npm-install@v1
47-
- run: npm run lint
47+
- run: npm run lint
48+
- run: npx lockfile-lint --path package-lock.json

0 commit comments

Comments
 (0)