mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2026-04-29 10:59:08 +00:00
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx commitlint --edit $1
|