adding precommit hooks

This commit is contained in:
2026-04-30 20:21:29 -06:00
parent 1e849976aa
commit 3676ccf990
2 changed files with 64 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
"${repo_root}/scripts/check-chart.sh"