Initial commit

This commit is contained in:
2025-10-07 10:41:42 -06:00
parent 5636010e1e
commit acfc7685f4
10 changed files with 7963 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
repos:
- repo: local
hooks:
- id: ensure-no-gcloud-directory
name: Ensure there's no gcloud directory in the commit
entry: ./.hooks/pre-commit.sh
language: script
always_run: true
files: .*
stages: [pre-commit]
- id: run-approval-tests
name: Run Hestia CI approval tests
entry: ./.hooks/approval-tests.sh
language: script
files: .*
stages: [pre-push]