All checks were successful
/ job (push) Successful in 1m12s
new development branch from root commit
6 lines
80 B
Bash
6 lines
80 B
Bash
rwx_gitlint() {
|
|
local path="${1}"
|
|
gitlint \
|
|
--target "${path}" \
|
|
"lint"
|
|
}
|