fix(healthcheck/nonasciifile): revert skip healthcheck
Some checks failed
build / trigger-build-image (push) Blocked by required conditions
build / build (push) Has been cancelled
build / build (pull_request) Successful in 1m10s
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
zzjc1234 2024-10-21 16:31:14 +08:00
parent 68e4c8e01e
commit 3fdad5f70e

View File

@ -50,6 +50,10 @@ func getNonAscii(root string) ([]string, error) {
}
}
if info.Name() == "healthcheck" {
return nil
}
if gitattrExist {
relPath, err := filepath.Rel(root, path)
if err != nil {