Skip to content

Commit

Permalink
add stop e
Browse files Browse the repository at this point in the history
  • Loading branch information
mongolyy committed Jan 24, 2024
1 parent c5f4bee commit fc8d2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo '::group:: Running Biome with reviewdog 🐶 ...'
set +e
tempfile=$(mktemp)
tempfile2=$(mktemp)
"$(npm root)"/.bin/biome ci --max-diagnostics=30 --error-on-warnings ${INPUT_BIOME_FLAGS} 2>/dev/null 1>$tempfile2
"$(npm root)"/.bin/biome ci --max-diagnostics=30 --error-on-warnings ${INPUT_BIOME_FLAGS} 1>$tempfile2
if [ "$INPUT_REPORTER" = "github-pr-review" ]; then
# shellcheck disable=SC2086
"$(npm root)"/.bin/biome check --apply ${INPUT_BIOME_FLAGS} 2>&1 >$tempfile |
Expand Down

0 comments on commit fc8d2d8

Please sign in to comment.