diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f978455e0345c18531e170f4c92b7d1d077b3814..1fc024b94a8aa58fa66b47edbf19b2bd034ec5e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ include: 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'