As a developer
I need set up continuous integration and delivery (CI/CD), along with linting and a testing framework,
So thatcode quality is maintained automatically, and changes can be tested and deployed reliably.
Details and Assumptions
- The Python Project template created at Saezlab generate workflows automatically.
- Ensure all the workflows run properly
Acceptance Criteria
As a developer
I need set up continuous integration and delivery (CI/CD), along with linting and a testing framework,
So thatcode quality is maintained automatically, and changes can be tested and deployed reliably.
Details and Assumptions
Acceptance Criteria
rufforflake8and runs automatically in CI.pytest) is integrated and runs tests as part of the CI pipeline.