Skip to content
Snippets Groups Projects
Commit 707b1d91f23f authored by Cube Doctor's avatar Cube Doctor
Browse files

ci(gitlab-ci): use templates from a common repository

parent 58356835013f
No related branches found
No related tags found
1 merge request!34ci(gitlab-ci): use templates from a common repository
Pipeline #125151 passed
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment