Skip to content

Commit f6de56c

Browse files
author
Raphaël Balet
committed
ci: husky & commitlint
1 parent 04d79a8 commit f6de56c

File tree

4 files changed

+918
-6
lines changed

4 files changed

+918
-6
lines changed

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install commitlint --edit "$1"

commitlint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
}

0 commit comments

Comments
 (0)