This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
castopod
Watch
1
Star
0
Fork
0
You've already forked castopod
mirror of
https://code.castopod.org/adaures/castopod
synced
2025-04-23 01:01:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
castopod
/
.husky
/
commit-msg
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ci: merge husky and captainhook git hooks into .husky configuration - hooks are installed automatically with npm install command - add commit-msg, pre-commit and pre-push hooks - integrate captainhook commands into the created git hooks
2021-05-21 10:13:21 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
ci(git-hooks): add verbose param to commitlint command
2021-05-24 16:52:13 +00:00
npx --no-install commitlint --verbose --edit "$1"
Reference in New Issue
Copy Permalink