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 8d2c4932e8 - Show all commits

View File

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