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 4de0405 commit 96996d9Copy full SHA for 96996d9
.github/workflows/documentation-check.yaml
@@ -37,6 +37,6 @@ jobs:
37
38
- name: Undocumented changes
39
run: |
40
- echo "Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation."
+ echo 'Documentation is not up to date. Please refer to the `Making Changes` in the Contribution Guide on how to properly update documentation.'
41
exit 1
42
- if: failure()
+ if: failure()
0 commit comments