chore(M00-A): 建立单仓库基线和参考清单
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
& git diff --check
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
throw "git diff --check failed."
|
||||
}
|
||||
|
||||
Write-Host "PASS: whitespace and line ending check passed."
|
||||
Reference in New Issue
Block a user