As a developer, I want automated CI/CD pipeline so that code quality is maintained and deployment is streamlined.
Description: Create GitHub Actions workflow for build, test, and basic deployment.
Acceptance Criteria:
- Workflow triggers on push to main and pull requests
- Builds the application successfully
- Runs unit tests (if any)
- Creates deployment artifact
- Workflow status badge in README
What to test:
- Workflow runs successfully on push
- Build failures are caught and reported
- Deployment artifact is created correctly
As a developer, I want automated CI/CD pipeline so that code quality is maintained and deployment is streamlined.
Description: Create GitHub Actions workflow for build, test, and basic deployment.
Acceptance Criteria:
What to test: