feat(quality): add anti-inert gate registry
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
2026-07-31 21:35:29 -05:00
parent f65e9ea656
commit 444662e79a
18 changed files with 3247 additions and 3 deletions
+14 -3
View File
@@ -68,15 +68,26 @@ steps:
- bash packages/mosaic/framework/tools/quality/scripts/test-upgrade-durable-snapshot.sh
- bash packages/mosaic/framework/tools/quality/scripts/test-install-migration.sh
# Anti-inert-gate registry. Deliberately unconditional: no path filter and no
# step-level `when`, because a gate can be disabled by changes outside its own path.
gate-verify:
image: *node_image
commands:
- *enable_pnpm
- apk add --no-cache bubblewrap
- pnpm gate:verify
depends_on:
- install
- sanitization
- upgrade-guard
typecheck:
image: *node_image
commands:
- *enable_pnpm
- pnpm typecheck
depends_on:
- install
- sanitization
- upgrade-guard
- gate-verify
# lint, format, and test are independent — run in parallel after typecheck
lint: