From 4613337a99525047ad39a618543cb2cad2a583bd Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 2 Sep 2019 21:41:40 -0400 Subject: [PATCH] don't fail on lint errors --- lib/index.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/index.rb b/lib/index.rb index a9e1c91..395b4c0 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -123,8 +123,6 @@ def run output = results["output"] update_check(id, conclusion, output) - - fail if conclusion == "failure" rescue update_check(id, "failure", nil) fail