# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1652301041 -7200 # Wed May 11 22:30:41 2022 +0200 # Node ID a2d67491ca0ffd8b502a115f68351f5a764a0f32 # Parent 707b1d91f23f4eebf909fad4e1c913596ab9ab27 ci(gitlab-ci): use templates from a common repository diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- 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'