Skip to content

Commit

Permalink
Added --no-stdout --no-color args to remark call
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jan 25, 2020
1 parent e078250 commit 4d68733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ if [ "${INPUT_REPORTER}" = 'github-pr-review' ]; then
exit 1
else
# github-pr-check,github-check (GitHub Check API) doesn't support markdown annotation.
remark . | reviewdog -f="checkstyle" -name="remark-lint" -reporter="${INPUT_REPORTER:-github-pr-check}" -level="${INPUT_LEVEL}"
remark . --no-stdout --no-color |
reviewdog -f="checkstyle" -name="remark-lint" -reporter="${INPUT_REPORTER:-github-pr-check}" -level="${INPUT_LEVEL}"
fi

0 comments on commit 4d68733

Please sign in to comment.