To improve development workflow and ensure consistent quality, we need to set up a CI/CD pipeline for FlowDrop. This will automate code quality checks, testing, and deployment.
Scope:
Integrate with GitLab CI or GitHub Actions (depending on project hosting)
Run PHP CodeSniffer, PHPStan, and PHPUnit tests
Optional: Automated deployment to demo or dev environments
Goal:
Ensure every commit and merge request is automatically validated
Enable smoother release cycles with confidence in stability