feat: repo health check (#16) #17
| 
						 | 
					@ -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
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user