F1: DevOps: set up a basic CI/CD pipeline
Description
We want to have a basic CI/CD pipeline that can do static analysis, perform automated testing and validations, and later on deploy to the environments we have.
Acceptance criteria
We need a CI/CD pipeline that can:
- Do static analysis: check code format, static typing and possible bugs/issues.
- Check the project builds.
- Run automated tests.
Testing scenarios
Technical notes
- Check
compile-and-unit-test
from this pipeline. - Include the
fossa-python.yml
like this pipeline.
Edited by Carlos Colin