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 af50ba3 commit b05d47aCopy full SHA for b05d47a
hooks/pre-commit
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
3
-$(git rev-parse --show-toplevel)/format.sh
+BASE_DIR=$(git rev-parse --show-toplevel)
4
+
5
+${BASE_DIR}/format.sh
6
+${BASE_DIR}/test.sh
7
git update-index --again
0 commit comments