ucx icon indicating copy to clipboard operation
ucx copied to clipboard

CONTRIB: Add checking script before push

Open tvegas1 opened this issue 5 months ago • 5 comments

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

tvegas1 avatar Oct 02 '24 13:10 tvegas1