Skip to content

Commit 0d7352d

Browse files
1 parent 2772054 commit 0d7352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-health-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Check IPA docs up-to-date
9191
run: |
9292
npm run gen-ipa-docs
93-
if [ -n $(git status --porcelain) ]; then
93+
if [[ -n $(git status --porcelain) ]]; then
9494
echo "IPA docs not up to date, please run 'npm run gen-ipa-docs' and commit the changes"
9595
exit 1
9696
fi

0 commit comments

Comments
 (0)