drop lockfile-lint

lockfile-lint doesn't support pnpm-lock.yaml. pnpm enforces tarball
integrity hashes on install, covering the core supply-chain concern.
The explicit allowlists (hosts, schemes, git URLs) are gone with it;
acceptable tradeoff for now.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-05-12 16:08:42 +03:00
parent 9b4c888195
commit ee1488f322
5 changed files with 0 additions and 103 deletions
@@ -131,9 +131,6 @@ jobs:
- name: Lint check
run: pnpm lint
- name: Lint lockfile
run: pnpm lockfile-lint
- name: 🔤 Compile translations
run: pnpm intl:build 2>&1 | tee i18n.log