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

Commit

Permalink
ci: enforce deduped lockfile when linting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Sep 12, 2023
1 parent cbc0ca9 commit 834ef6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: yarn install
- run: test -z "$(git diff)" || (echo 'Did you check in a generated file to source control? Please remove it if so'; false)

- run: yarn depcheck
- run: yarn lint:dependencies

- run: ${{ matrix.env }} yarn ci
env:
Expand Down

0 comments on commit 834ef6e

Please sign in to comment.