mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 01:26:53 +00:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/sh
|
|
|
|
npx --no-install commitlint --edit "${1}"
|