Skip to content

Commit

Permalink
Test in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Jun 27, 2020
1 parent af50ba3 commit b05d47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

$(git rev-parse --show-toplevel)/format.sh
BASE_DIR=$(git rev-parse --show-toplevel)

${BASE_DIR}/format.sh
${BASE_DIR}/test.sh
git update-index --again

0 comments on commit b05d47a

Please sign in to comment.