데이터 파이프라인 이식

This commit is contained in:
2026-01-24 08:41:22 +09:00
parent 84d4decd3a
commit fb6570a992
20 changed files with 3277 additions and 0 deletions

6
git-hooks/pre-commit Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# git-hooks/pre-commit
# Git이 실행하는 파일 (확장자 없음, sh 헤더 필요)
powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/pre-commit.ps1"
exit $?