How to start using GitHub Actions
Installing, setting up, and managing your own continuous integration (CI) and continuous deployment tool (CD) is not an easy task. Luckily you can avoid that by using GitHub Actions. In this post, you will find a brief tutorial of how to easily add Actions to your existing GitHub repository. GitHub Actions allow you to build, […]