ci(pipeline): more meta changes to the pipeline

pre-commit install --install-hooks
This commit is contained in:
nopeitsnothing
2026-05-27 23:45:09 -04:00
parent ede2a53437
commit d1817e9049
4 changed files with 70 additions and 412 deletions
+8
View File
@@ -20,3 +20,11 @@ repos:
hooks:
- id: commitizen
stages: [commit-msg]
- repo: local
hooks:
- id: require-commit-body
name: Avoid bad commits
language: script
entry: scripts/hooks/require-commit-body.sh
stages: [commit-msg]