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