Skip to content

Commit 977ae9a

Browse files
committed
Always return exit code of 0, even if there are errors
1 parent 7142a84 commit 977ae9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
cp -r ./Microsoft/Microsoft ./styles
2929
make test
3030
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
31-
make vale $VALEFILES
31+
make vale $VALEFILES --no-exit

0 commit comments

Comments
 (0)