Setting up GitHub Actions for automated tasks
GitHub Actions help in integrating CI/CD so you can test, build, deploy your code right from GitHub. In this post, we will set up a couple of workflows to run when a PR is raised to any branch. List of workflows to setup: automated testing validate ...
Sep 10, 20208 min read41