Files
homelab-infra/.pre-commit-config.yaml
2026-03-23 08:01:38 +00:00

16 lines
401 B
YAML

repos:
- repo: local
hooks:
- id: env-sync
name: Sync .env files from .env.example
entry: python3 scripts/check_env_sync.py --fix
language: system
pass_filenames: false
always_run: true
- id: build-docs-site
name: Build docs site
entry: make docs
language: system
pass_filenames: false
always_run: true