We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01c7ac commit 8ca9262Copy full SHA for 8ca9262
scripts/check-docs.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-
+echo `git diff --stat`
3
if [[ $(git diff --stat docs/commands | wc -l) != 0 ]]; then
4
echo "./docs/commands has changes"
5
exit 1
0 commit comments