ucx
ucx copied to clipboard
CONTRIB: Add checking script before push
What
Shell script to perform simple preliminary checks before pushing.
Why ?
Avoid spending CI cycles with repeated pushing.
How ?
Implement commit title, code format and spell checks locally. Ran shellcheck
on it.
$ ./contrib/gitready.sh
$ ./contrib/gitready.sh --push origin/my_branch