ci: split workflows and move pnpm lockfile ownership to GitHub Actions

This commit is contained in:
zvictor
2026-03-06 21:21:28 -03:00
parent ffc59f5b08
commit bee9fdd207
4 changed files with 136 additions and 6 deletions

View File

@@ -15,6 +15,14 @@ Current implementation status:
- Node.js 20+
- pnpm 9+
## Dependency Lockfile Policy
GitHub Actions owns `pnpm-lock.yaml`.
- Do not commit `pnpm-lock.yaml` in pull requests.
- Pull request CI validates dependency resolution when manifests change.
- Pushes to `master` regenerate `pnpm-lock.yaml` with `pnpm install --lockfile-only --no-frozen-lockfile`, commit it back if needed, and then run verification with `--frozen-lockfile`.
## Start Dev
From repo root: