Skip to content

ci: Initial implementation

Jean Felder requested to merge initial-ci into dev

This has four stages: lint, test build and deploy. At the moment, only the lint one is useful. The other ones will be populated later.

Stages contains black, isort, mypy and flake8 checks.

Merge request reports