Skip to content
Snippets Groups Projects
Commit ab71a22db947 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

ci(gitlab-ci): use templates from a common repository

parent 31f57d30b5e3
No related branches found
No related tags found
1 merge request!43ci(gitlab-ci): use templates from a common repository
Pipeline #171250 passed with warnings
......@@ -12,6 +12,7 @@
- "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles
- "templates/lint/safety.yml" # will run 'safety check --full-report' on the installed project
- "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8'
- "templates/lint/black.yml" # will do the equivalent of 'tox -e black'
- "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest'
- "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint'
- "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment