diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e1da922264b16d9412dec858354373a70c7931e_LmdpdGxhYi1jaS55bWw=..5e7d76a54a007d5af4ea4c6eb79f51927a8c082a_LmdpdGxhYi1jaS55bWw= 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ file: - "templates/no-duplicated-ci-pipelines.yml" # use workflow to avoid duplicated pipelines - "templates/lint/twine-check.yml" # will run twine check to see if pypi won't reject the package + - "templates/lint/check-dependencies-resolution.yml" # will run pip-compile -n to check if dependencies are compatibles - "templates/lint/flake8.yml" # will do the equivalent of 'tox -e flake8' - "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'