Getting Started with GitHub Actions- Part 1
What are GitHub Actions?
GitHub Actions is a (CI/CD), where CI stands for continuous integration and CD stands for Continuous delivery. This allows you to automate your build, test, and deployment pipeline.
What are the components of GitHub Actions?
...
shivam-sharma.hashnode.dev2 min read
Benjamin Rukundo
up and running lets go
Thank you for this wonderful article, really comes in handy.