GitHub Actions In Action

Automate building, testing, notifications, and deployment using GitHub Actions

Percy Bolmér
Better Programming
Published in
12 min readFeb 15, 2021

--

GitHub Actions components and how they relate. Any Images used is self drawn and not related to GitHub in any way.

Ever get tired of having bash scripts or makefiles that you have to run to in order to perform repetitive mundane tasks — running tests, building?
Do you feel setting up a CI/CD is overkill for a small home project?
Well, you shouldn’t feel that way — it’s super easy using GitHub Actions.

--

--