Skip to content

Commit

Permalink
Merge branch 'main' into releases/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 12, 2021
2 parents 8628f9b + 29d55ea commit ea5f7dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

# shellcheck disable=SC2086
actionlint -oneline ${INPUT_ACTIONLINT_FLAGS} \
| reviewdog \
-efm="%f:%l:%c: %m" \
Expand All @@ -11,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 ea5f7dc

Please sign in to comment.