Skip to content

Commit

Permalink
Use github-pr-check as default checker
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Dec 2, 2019
1 parent 67a1020 commit c9e3550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd "$GITHUB_WORKSPACE"
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

misspell -locale="${INPUT_LOCALE}" . \
| reviewdog -efm="%f:%l:%c: %m" -name="misspell" -reporter=${INPUT_REPORTER} -level="${INPUT_LEVEL}"
| reviewdog -efm="%f:%l:%c: %m" -name="misspell" -reporter="${INPUT_REPORTER:-'github-pr-check'}" -level="${INPUT_LEVEL}"

0 comments on commit c9e3550

Please sign in to comment.