From cda9d3bb06c076036fc63319db352fd629a659e0 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 7a6c0f35..2de520f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,13 @@ format: script: - black --check silkaj tests +isort: + extends: + - .code_changes + stage: checks + script: + - isort --check silkaj tests + .tests: extends: .changes stage: tests -- GitLab