Skip to content

Commit

Permalink
Merge pull request #77 from Doarakko/master
Browse files Browse the repository at this point in the history
fix fail_on_error input
  • Loading branch information
haya14busa committed May 14, 2021
2 parents 08e58f6 + 892fee1 commit c02ba01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.sh
Expand Up @@ -25,4 +25,7 @@ golangci-lint run --out-format line-number ${INPUT_GOLANGCI_LINT_FLAGS} \
-fail-on-error="${INPUT_FAIL_ON_ERROR:-false}" \
-level="${INPUT_LEVEL}" \
${INPUT_REVIEWDOG_FLAGS}
exit_code=$?
echo '::endgroup::'

exit $exit_code

0 comments on commit c02ba01

Please sign in to comment.