ci: configure commitlint

This commit is contained in:
Deniz Terzioglu 2026-04-10 15:43:33 +01:00
parent ed57daac75
commit 915312bece
3 changed files with 4 additions and 0 deletions

1
.husky/commit-msg Normal file
View file

@ -0,0 +1 @@
npx --no -- commitlint --edit $1

0
.husky/pre-commit Normal file
View file

3
commitlint.config.cjs Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
};