Skip to content
Snippets Groups Projects
Commit c45e0190de9b authored by Laurent Peuch's avatar Laurent Peuch
Browse files

ci: add lint/twine-check,check-dependencies-resolution,safety,mypy

parent 9ff233148dbb
No related branches found
No related tags found
1 merge request!45ci: switch to v2 version of CI
Pipeline #192445 canceled
......@@ -8,6 +8,9 @@
file:
- "templates/base.yml" # mandatory base template
- "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/safety.yml" # will run 'safety check --full-report' on the installed project
- "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'
......@@ -11,6 +14,7 @@
- "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'
- "templates/lint/mypy.yml" # will do the equivalent of 'tox -e mypy'
- "templates/lint/yamllint.yml" # will do the equivalent of 'tox -e yamllint'
- "templates/tests/py3.yml" # will do the equivalent of 'tox -e py3'
- "templates/create-release-on-heptapod.yml" # this will create a release on heptapod
......
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