chore: check yarn-lock on pull requests
This commit is contained in:
parent
1dd1da1638
commit
faade31ede
1 changed files with 3 additions and 0 deletions
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Sanity check
|
||||
run: node ./scripts/yarn-lock-scan.js
|
||||
|
||||
- name: Setup Node 14.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue