feat: repo health check (#16) #17

Merged
张泊明518370910136 merged 37 commits from file_check into master 2024-09-11 20:09:27 +08:00
Showing only changes of commit 2e2445521f - Show all commits

View File

@ -38,9 +38,6 @@ func Run(stages []Stage) []StageResult {
ForceQuit: forceQuit, ForceQuit: forceQuit,
}) })
if forceQuit { if forceQuit {
if stage.Name == "healthcheck" {
return stageResults
}
break break
} }
} }