Skip to content

Commit 8c9056d

Browse files
committed
Não tem necessidade do exit 1
1 parent be27a65 commit 8c9056d

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
@@ -12,7 +12,7 @@ export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"
1212
java -jar /lib/codenarc-all.jar \
1313
-report="${INPUT_REPORT:-compact:stdout}" \
1414
-rulesetfiles="${INPUT_RULESETFILES}" \
15-
> result.txt || exit 1
15+
> result.txt
1616

1717
< result.txt reviewdog -efm="%f:%l:%m" -efm="%f:%r:%m" \
1818
-name="codenarc" \

0 commit comments

Comments
 (0)