aboutsummaryrefslogtreecommitdiff
path: root/install_hooks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install_hooks.sh')
-rwxr-xr-xinstall_hooks.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install_hooks.sh b/install_hooks.sh
new file mode 100755
index 0000000..95a2383
--- /dev/null
+++ b/install_hooks.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env bash
+
+echo "Installing pre-commit git hook script to facilitate CI testing..."
+ln -s ../../hooks/pre-commit .git/hooks/pre-commit