Description
Project checks can be wired into Git hooks so formatting, linting, or validation runs before changes are committed.
It is useful for teams that want consistent local quality gates without relying only on CI. Hooks execute commands from the repository, so contributors should review configured tasks and avoid running untrusted project hooks blindly.