mirror of
https://github.com/purocean/yn.git
synced 2026-09-19 02:04:59 +08:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run commitlint --edit "$1"
|