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
@@ -74,9 +74,6 @@ jobs:
- name: Lint check
run: pnpm lint
- name: Lint lockfile
run: pnpm lockfile-lint
- name: Prettier check
run: pnpm prettier --check .