chore: guard GithubStatusChecks.new, which makes calls on initialize

This commit is contained in:
Daniel Perrett
2025-03-25 14:02:21 +00:00
parent 8fe2f92164
commit d7dbef1c9e

View File

@@ -82,11 +82,12 @@ end
$stdout.sync = true
puts "Checking build status..."
attempts = 0
checks = GithubStatusChecks.new
begin
puts "Checking build status..."
attempts = 0
checks = GithubStatusChecks.new
loop do
case checks.state
when "success"