ci: benchmark consolidated hosted gates

This commit is contained in:
Tianyi Cui
2026-07-22 14:42:43 +08:00
parent 95abe24cb7
commit e65ea9bdbc
3 changed files with 181 additions and 1 deletions

View File

@@ -31,6 +31,8 @@
"check:ci:coverage": "tsx scripts/run-gates.ts ci-coverage",
"check:ci:snapshot": "tsx scripts/run-gates.ts ci-snapshot",
"check:ci:artifacts": "tsx scripts/run-gates.ts ci-artifacts",
"check:ci:windows-blocking": "tsx scripts/run-gates.ts ci-windows-blocking",
"check:ci:windows-observational": "tsx scripts/run-gates.ts ci-windows-observational",
"check:node-compat": "tsx scripts/run-gates.ts node-compat",
"check:pre-push": "tsx scripts/run-gates.ts pre-push",
"knip": "knip --treat-config-hints-as-errors",