Skip to content

Commit f9232ab

Browse files
refactor: consulta priority do XML ao inves de marcadores P1/P2
1 parent bb8fcaf commit f9232ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ run_reviewdog() {
6868
separate_violations
6969

7070
if [ ! -s "$LINE_VIOLATIONS" ] && [ ! -s "$FILE_VIOLATIONS" ]; then
71-
return
71+
return 0
7272
fi
7373

7474
echo "📤 Enviando resultados para reviewdog..."

0 commit comments

Comments
 (0)