6 lines
231 B
Bash
Executable File
6 lines
231 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Makes the gate non-optional. Enable once per clone:
|
|
# git config core.hooksPath scripts/hooks
|
|
# Bypass deliberately with `git commit --no-verify` — and say why in the commit body.
|
|
exec ./scripts/verify.sh
|