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 2772054 commit 0d7352dCopy full SHA for 0d7352d
.github/workflows/code-health-tools.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Check IPA docs up-to-date
91
run: |
92
npm run gen-ipa-docs
93
- if [ -n $(git status --porcelain) ]; then
+ if [[ -n $(git status --porcelain) ]]; then
94
echo "IPA docs not up to date, please run 'npm run gen-ipa-docs' and commit the changes"
95
exit 1
96
fi
0 commit comments