We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165c87e commit 467541cCopy full SHA for 467541c
.github/workflows/check-build.yml
@@ -53,7 +53,7 @@ jobs:
53
# Step 6: Fail the build if any script returns exit code 1
54
- name: Check exit code
55
run: |
56
- if [[ "${{ steps.spellcheck.outcome }}" == "failure" ]] && [[ "${{ steps.kbcheck.outcome }}" == "failure" ]]; then
+ if [[ "${{ steps.spellcheck.outcome }}" == "failure" ]] || [[ "${{ steps.kbcheck.outcome }}" == "failure" ]]; then
57
echo "Style check failed. See the logs for details."
58
exit 1
59
fi
0 commit comments