test(M00): 强化仓库完整性门禁

This commit is contained in:
Codex
2026-06-16 14:18:07 +08:00
parent fde6231930
commit 7bb43384dd
7 changed files with 165 additions and 12 deletions
+1
View File
@@ -4,6 +4,7 @@ $ErrorActionPreference = "Stop"
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-reference.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-line-endings.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-large-files.ps1
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-repo-completeness.ps1
if (Test-Path "package.json") {
npm run lint --if-present