Understanding GitHub Actions: A Beginner's Guide
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that run tests whenever you push a change to your repository, or that ...
github-action-notes.hashnode.dev1 min read