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 5a924bd commit 5edb6dbCopy full SHA for 5edb6db
.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