ci-cd-pipeline.This repository demonstrates a CI/CD workflow using GitHub Actions that runs lint checks, format checks, and test cases on every push to the master branch. It builds a production-ready Docker image, pushes it to Docker Hub, and deploys it to an AWS EC2 instance via SSH. The entire process is automated to ensure clean, consistent deployments.