diff --git a/.githooks/pre-push b/.githooks/pre-push new file mode 100755 index 0000000..ab512c5 --- /dev/null +++ b/.githooks/pre-push @@ -0,0 +1,4 @@ +#!/bin/bash +make test +make check +make format