mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 19:05:07 +00:00
.githooks/pre-commit runs bash syntax check, shfmt format check, shellcheck, and go vet against staged files on every commit. Catches the same issues as check.yml before they reach GitHub. Also update CONTRIBUTING.md setup instructions to include `git config core.hooksPath .githooks`.