changes from bot review

This commit is contained in:
Georges-Antoine Assi
2026-01-01 11:32:14 -05:00
parent 9e2e5bd5b6
commit 41cf73bbb7
3 changed files with 16 additions and 15 deletions

View File

@@ -37,5 +37,5 @@ jobs:
- name: Lockfile lint
run: |
[ -z "$(jq -r '.packages | to_entries[] | select((.key | contains("node_modules")) and (.value | has("resolved") and has("integrity") | not)) | .key' < package-lock.json)" ]
[ -z "$(jq -r '.packages | to_entries[] | select((.key | contains("node_modules")) and (.value.resolved | contains("git+ssh") | not) and (.value | has("resolved") and has("integrity") | not)) | .key' < package-lock.json)" ]
working-directory: frontend