Workflows
Workflows
This template is designed to be used with Github Actions. It includes a set of workflows that are triggered on push and merge request events. The workflows are defined in the .github/workflows
directory. The following workflows are included:
- Continuous integration
- Builds the application docker image (
dev
service by default). - Static analysis (code quality): black, pylint, flake8, isort, mypy.
- Check the code security: bandit, safety.
- Runs the unit tests: pytest.
- Documentation
- Build and serve MKDocs.