Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
don't fail on lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes committed Sep 3, 2019
1 parent f412d3c commit 4613337
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4613337

Please sign in to comment.