Skip to content

Commit

Permalink
Merge pull request #59 from sksat/clippy-log-for-human
Browse files Browse the repository at this point in the history
Add run clippy for get human readable output to log
  • Loading branch information
sksat authored Jan 15, 2024
2 parents 251e5ac + 32252d1 commit c10e954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -eo pipefail

cd "${GITHUB_WORKSPACE}/${INPUT_WORKDIR}"

cargo clippy --message-format human ${INPUT_CLIPPY_FLAGS}

cargo clippy --message-format json ${INPUT_CLIPPY_FLAGS} 2>&1 \
| clippy-reviewdog-filter \
| reviewdog \
Expand Down

0 comments on commit c10e954

Please sign in to comment.