test(M00): 增加状态文档门禁

This commit is contained in:
Codex
2026-06-16 14:46:03 +08:00
parent d2fe866e81
commit ef0edda3ed
10 changed files with 103 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ $ErrorActionPreference = "Stop"
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-large-files.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-repo-completeness.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-release-manifest.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-status-docs.ps1
if (Test-Path "package.json") {
npm run lint --if-present