GitHub Actions: Basics

Raju Ahmed Shetu
intelligentmachines
4 min readJun 1, 2020

--

In modern days developing softwares without a CI/CD pipeline is unthinkable. And if it can be tied up with your version control system then that is the power you can harness for good. It would save you a lot of times as those CI/CD platforms are managed and also literally have no setting up steps.

I have already used bit of Jenkins. At work, we are using GitLab CI heavily right now. So I really wanted to try out GitHub Actions now. In the following discussion I won’t be comparing any of the platforms rather I will go through the concepts of GitHub Actions. I will try to explain with…

--

--