Skip to content

Commit

Permalink
fix message bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mongolyy committed Jan 14, 2024
1 parent 085e95a commit af30a39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ echo '::group:: Running Biome with reviewdog 🐶 ...'
# shellcheck disable=SC2016,SC2086
"$(npm root)"/.bin/biome ci --max-diagnostics=30 ${INPUT_BIOME_FLAGS} 2>&1 1>/dev/null |
sed 's/ *$//' |
sed -z 's/\n\n\([^\n]*│[^\n]*\)/\n ```\n\1/g' |
sed -z 's/\n\n\([^\n]*│[^\n]*\)/\n\n ```\n\1/g' |
sed -z 's/│\n\n/│\n ```\n/g' |
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%.%#" \
Expand Down

0 comments on commit af30a39

Please sign in to comment.