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

5
.githooks/post-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec "$ROOT_DIR/scripts/sync_devone_changed_files.sh" commit