mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --verbose --edit "$1"
|