Add main branch sync automation

This commit is contained in:
sas.fajri
2026-04-15 15:36:54 +07:00
parent 97bd00e232
commit e090b55a55
6 changed files with 101 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
git -C "$ROOT_DIR" config core.hooksPath .githooks
printf 'Installed git hooks path: %s\n' "$ROOT_DIR/.githooks"