From f2d26c3361518f33711cb83ee7846d896dfa7142 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 11 May 2022 20:56:43 +0200 Subject: [PATCH] ci(gitlab-ci): use templates from a common repository --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1fc024b..9be1ed3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ include: 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' -- GitLab