Skip to content

Commit 94c7d93

Browse files
committed
ci: add husky and commit checks
1 parent 2157993 commit 94c7d93

File tree

3 files changed

+1934
-76
lines changed

3 files changed

+1934
-76
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
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 -- commitlint --edit

0 commit comments

Comments
 (0)