Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 275 Bytes

File metadata and controls

10 lines (7 loc) · 275 Bytes

Pre-commit Hook

Enable the repo’s pre-commit hook to run checks before each commit:

git config core.hooksPath .githooks

This sets Git to use hooks from .githooks/. The pre-commit hook runs ./check.sh and will block commits if checks fail.