test(M00): 增加README配置一致性检查

This commit is contained in:
Codex
2026-06-16 20:22:53 +08:00
parent 3106fa80ca
commit b44f447630
8 changed files with 10228 additions and 10 deletions
+1
View File
@@ -7,6 +7,7 @@ $ErrorActionPreference = "Stop"
& 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
& powershell -ExecutionPolicy Bypass -File scripts/dev/windows/check-readme-config.ps1
if (Test-Path "package.json") {
npm run lint --if-present