From 82986e51de77627f664d22edc1034e0cd2f6678a Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 2 May 2021 22:13:12 +0200 Subject: [PATCH] [ci] #401: Add isort job isort installed on 3.8 image --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3368154..c35b97fd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,13 @@ format: script: - black --check silkaj tests +isort: + extends: + - .code_changes + stage: checks + script: + - isort --check silkaj tests + .tests: extends: .changes stage: tests -- GitLab