mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-02-11 09:09:22 +00:00
4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx --no-install commitlint --edit "${1}"
|