mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
ci: add check for integrity in lockfile
This commit is contained in:
5
.github/workflows/typecheck.yml
vendored
5
.github/workflows/typecheck.yml
vendored
@@ -34,3 +34,8 @@ jobs:
|
||||
- name: Run typecheck
|
||||
run: npm run typecheck
|
||||
working-directory: frontend
|
||||
|
||||
- name: Lockfile lint
|
||||
run: |
|
||||
[ -z "$(jq -r '.packages | to_entries[] | select((.key | contains(\"node_modules\")) and (.value | has(\"resolved\") | not)) | .key' < package-lock.json)" ]
|
||||
working-directory: frontend
|
||||
|
||||
Reference in New Issue
Block a user