(no title)
ali_piccioni | 8 months ago
My developer environments are setup to reproduce CI test locally, but if I need to resort to “CI driven development” I can bypass prepush hooks with —-no-verify.
ali_piccioni | 8 months ago
My developer environments are setup to reproduce CI test locally, but if I need to resort to “CI driven development” I can bypass prepush hooks with —-no-verify.
pxc|8 months ago
Pre-commit hooks should be much, much faster than most CI jobs; they should collectively run in less than a second if possible.