Building a CI (Continuous Integration) pipeline using GitHub Actions
Introduction to CI/CD
CI/CD stands for Continuous Integration and Continuous Delivery. Somewhere CD is also Continuous Deployment.
Continuous Integration
It is a software developer best practice. We will continuously take a new code that we write and...
siddhantsiddh15.hashnode.dev8 min read