Files
khosra/scripts/hooks/pre-commit
T
2026-07-30 00:34:18 +06:00

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