feat(ci) fail CI if package-lock wasn't updated
This commit is contained in:
parent
4db3f04c0c
commit
b7b260f4c9
|
@ -12,5 +12,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
- run: git status -s --untracked-files=no
|
||||||
- run: npm run lint
|
- run: npm run lint
|
||||||
- run: make
|
- run: make
|
||||||
|
|
Loading…
Reference in New Issue