fix(healthcheck/nonasciifile): no gitattributes
All checks were successful
build / build (push) Successful in 1m19s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Successful in 1m19s
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
zzjc1234 2024-10-21 15:47:38 +08:00
parent decadeaef1
commit 373d31cb5c

View File

@ -21,7 +21,6 @@ func getNonAscii(root string) ([]string, error) {
_, err := os.Stat(".gitattributes")
if os.IsNotExist(err) {
noAttri = true
return nil, err
}
if !noAttri {