# HG changeset patch # User Cube Doctor <cube-doctor@logilab.fr> # Date 1651101562 0 # Wed Apr 27 23:19:22 2022 +0000 # Node ID 707b1d91f23f4eebf909fad4e1c913596ab9ab27 # Parent 58356835013f90212260b3a020b370a9cd315dd4 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 @@ -7,6 +7,7 @@ ref: "branch/default" 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/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'