Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d37ed52

Browse files
committed
ci: enforce deduped lockfile when linting dependencies
1 parent b999099 commit d37ed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: yarn install
5050
- run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)
5151

52-
- run: yarn depcheck
52+
- run: yarn lint:dependencies
5353

5454
- run: ${{ matrix.env }} yarn ci
5555
env:

0 commit comments

Comments
 (0)