From 019e414334799eeef26c46c43545e5acfef5811c Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Wed, 27 Apr 2022 23:04:41 +0000 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 7006616..f3785ae 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/black.yml" # will do the equivalent of 'tox -e black' - "templates/lint/check-manifest.yml" # will do the equivalent of 'tox -e check-manifest' -- GitLab