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 4aeea49 commit c5f4bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ fi
echo "Biome $("$(npm root)"/.bin/biome --version)"

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
Expand Down

0 comments on commit c5f4bee

Please sign in to comment.