Adding GitHub Actions to your Django project while eating potato chips. — Introduction In nowadays, when we develop a web application, we usually apply CI (Continuous Integration) and CD (Continuous Deployment) to automate the processes of testing and deployment. To run such automation, we use Jenkins [¹] and Travis [²] in the old days. However, in this decade, there are lots of tool…