#github
Read more stories on Hashnode
Articles with this tag
Context If we are using GitHub releases as part of our release workflow, we can use GitHub Actions to accomplish many tasks, such as notifying...
On a previous post, I demonstrated how to run checks during a git commit with Lefthook. That workflow is good, however, it's very easy to bypass the...
I'm using Flutter for mobile development and, coming from the JavaScript world, I'm used to having Git hooks running checks before a commit or a push...