Skip to content

Commit

Permalink
ci: husky & commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Balet committed Mar 13, 2024
2 parents 3689462 + 1333545 commit a07ef17
Show file tree
Hide file tree
Showing 4 changed files with 915 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
3 changes: 3 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
}
Loading

0 comments on commit a07ef17

Please sign in to comment.