ci: Initialized commitizen configuration

This commit is contained in:
2025-10-07 10:57:37 -06:00
parent dc500207ef
commit a4fe91ffda
4 changed files with 24 additions and 16 deletions
+7 -16
View File
@@ -1,17 +1,8 @@
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]
- hooks:
- id: commitizen
- id: commitizen-branch
stages:
- pre-push
repo: https://github.com/commitizen-tools/commitizen
rev: v3.30.0