ci: track conventional commits commit-msg hook

This commit is contained in:
2026-07-28 18:52:49 +02:00
parent b79bd2eb1e
commit 3e90d65b44
2 changed files with 39 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
setup:
git config core.hooksPath .githooks
.PHONY: setup