Kvalifik / how-we-work

A handbook for software development at Kvalifik
0 stars 0 forks source link

Optimize speed for Git Push #184

Closed forecast[bot] closed 9 months ago

forecast[bot] commented 11 months ago

At the moment, when we are pushing to Github, it performs a few checks locally:

All of these steps naturally takes time but even worse, if anything is off, the push is cancelled. This makes our push experience somewhat cumbersome and should be improved for overall Dev hapiness.

Introduce following changes: