From 630cd73f85e02e19eceb064740c94a7d5bc7bfa6 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 15 Jun 2022 03:14:22 +0200 Subject: [PATCH] ci: add safety job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 183aca6..e71e4c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ include: - "templates/lint/twine-check.yml" # will do the equivalent of 'twine --check' (after a "setup.py sdist") - "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' + - "templates/lint/safety.yml" # will do the equivalent of 'safety check --full-report' - "templates/lint/check-dependencies-resolution.yml" - "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 -- GitLab