1 2 3 4 5 6 7
#!/usr/bin/env bash # Can be used as a pre-push hook # Just symlink this file to .git/hooks/pre-push echo "Running style check..." ./scripts/style-check.sh