Skip to content

Commit

Permalink
ci: add step to lint yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine committed Oct 28, 2021
1 parent 1f5e459 commit 48c4a66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: yarn

# https://github.com/lirantal/lockfile-lint
- name: Lint lockfile
run: npx lockfile-lint --path yarn.lock --allowed-hosts yarn --validate-https

- name: Install Dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit 48c4a66

Please sign in to comment.