Skip to content

Commit 165c87e

Browse files
committed
correct exit statement on the last step
1 parent d8be25c commit 165c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
run: |
5656
if [[ "${{ steps.spellcheck.outcome }}" == "failure" ]] && [[ "${{ steps.kbcheck.outcome }}" == "failure" ]]; then
5757
echo "Style check failed. See the logs for details."
58-
exit 1
58+
exit 1
5959
fi
6060

0 commit comments

Comments
 (0)