Skip to content

Commit

Permalink
handle exit code of reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 12, 2021
1 parent e35df9e commit 6d2c5a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ actionlint -oneline ${INPUT_ACTIONLINT_FLAGS} \
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
-level="${INPUT_LEVEL}" \
${INPUT_REVIEWDOG_FLAGS}
exit_code=$?

exit $exit_code

0 comments on commit 6d2c5a0

Please sign in to comment.