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 d8be25c commit 165c87eCopy full SHA for 165c87e
.github/workflows/check-build.yml
@@ -55,6 +55,6 @@ jobs:
55
run: |
56
if [[ "${{ steps.spellcheck.outcome }}" == "failure" ]] && [[ "${{ steps.kbcheck.outcome }}" == "failure" ]]; then
57
echo "Style check failed. See the logs for details."
58
- exit 1
+ exit 1
59
fi
60
0 commit comments