From fc8d2d81ef7a62075842b3c5c5c3b10e86a93439 Mon Sep 17 00:00:00 2001 From: mongolyy Date: Thu, 25 Jan 2024 00:55:22 +0900 Subject: [PATCH] add stop e --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index 6863ae1..4c6ec41 100755 --- a/script.sh +++ b/script.sh @@ -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 |