mirror of
https://code.castopod.org/adaures/castopod
synced 2025-09-06 11:49:27 +00:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
![]() |
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx --no-install commitlint --edit "$1"
|