Skip to content

Commit

Permalink
Improved script commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mongolyy committed Dec 25, 2023
1 parent b720a5a commit 467bf53
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 @@ -21,7 +21,7 @@ fi
echo "Biome $("$(npm root)"/.bin/biome --version)"

echo '::group:: Running Biome with reviewdog 🐶 ...'
biome ci "${INPUT_BIOME_FLAGS}" |
"$(npm root)"/.bin/biome ci "${INPUT_BIOME_FLAGS}" |
reviewdog \
-efm="%E%f:%l:%c %m ━%r" \
-efm="%C" \
Expand Down

0 comments on commit 467bf53

Please sign in to comment.