🪝 Hooks
📋 Overview
Automate tasks before or after Git events
Hooks run automatically at specific points in your Git workflow (commit, push, checkout, merge).
Setup
guardy hooks installCreates .guardy.yaml and installs hooks in .git/hooks/.
🔗 Available Hooks
Learn about pre-commit, commit-msg, pre-push, and other hook types
⚡ Built-in Actions
Use pre-configured actions like secret scanning and commit validation
📖 Cookbook
Practical examples and recipes for common hook workflows
⚙️ Hooks Options
Hooks-specific configuration options
🔧 Management
Install, uninstall, run, and troubleshoot hooks
📝 Examples
Language-specific configurations for JavaScript, Rust, Python, and more