Skip to content

Commit

Permalink
Specify the diff option
Browse files Browse the repository at this point in the history
  • Loading branch information
mongolyy committed Sep 8, 2024
1 parent c2931cb commit 7030fa6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ if [ "$INPUT_REPORTER" = "github-pr-review" ]; then
# shellcheck disable=SC2086
biome_check ${INPUT_BIOME_FLAGS} |
reviewdog \
-efm="%-G%f ci ━%#" \
-efm="%-G%f lint ━%#" \
-efm="%-Gci ━%#" \
-efm="%E%f:%l:%c %.%#" \
-efm="%E%f %.%#" \
-efm="%C" \
-efm="%C × %m" \
-efm="%C %m" \
-efm="%-G%.%#" \
-f=diff \
-diff="git diff main" \
-name="${INPUT_TOOL_NAME}" \
-reporter="${INPUT_REPORTER}" \
-filter-mode="${INPUT_FILTER_MODE}" \
Expand Down

0 comments on commit 7030fa6

Please sign in to comment.