I attempted to implement Local CI Testing with Git Hooks in a startup, and now I'd like to share how I accomplished that with actual code. What was our goal? Automate tests on local commits as events. Reject Git commits if the tests fail. Share th...
Software Engineer