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 91768fc commit 49d94fdCopy full SHA for 49d94fd
.github/workflows/code-health-tools.yml
@@ -64,8 +64,7 @@ jobs:
64
run: |
65
npm run gen-ipa-docs
66
if [[ -n $(git status --porcelain) ]]; then
67
- echo "IPA docs not up to date, please run 'npm run gen-ipa-docs' and commit the changes"
68
- git diff
+ echo "IPA docs or NPM dependencies not up to date, please run 'npm run gen-ipa-docs' and 'npm install' then commit the changes"
69
exit 1
70
fi
71
exit 0
0 commit comments