2022-11-28
|~2 min read
|365 words
CI/CD pipelines are designed to ensure that no broken code reaches the main branch.However, running all of the tests and compiling a project…
2022-11-28
|~6 min read
|1050 words
I’ve written in the past about updating a basic prettier config to handle multiple file types. I’ve also discussed using git hooks to ensure…
2022-11-28
|~1 min read
|103 words
I first learned about git hooks in the context of conventional commits. Today, I did a little more exploring into the hooks available and…