ci: run required checks on native Windows

This commit is contained in:
Tianyi Cui
2026-08-08 18:37:32 +08:00
parent 5e0b7571e6
commit 9b169f7555
22 changed files with 144 additions and 363 deletions

View File

@@ -65,7 +65,6 @@ pnpm run typecheck
pnpm run lint
pnpm run duplication # cross-file TypeScript clone detection
pnpm run build # tsc emits lib/types, tsdown bundles runtime
pnpm run check:windows-wine # ONLY when diagnosing a known Windows failure (needs wine); CI owns this signal
pnpm run hygiene # knip + publint + workspace constraints + NodeNext consumer check
pnpm run doc-sync # all documentation gates; leaf list in scripts/run-gates.ts
pnpm run website:build # VitePress build (doubles as dead-link check)