Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-06 12:33:08 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-06 12:33:08 +0300
commitc0256ec65e4fcc7b1a5b10d0453f7d99a2ec2d06 (patch)
tree0f8de7b5baad06ecb4c4f1d8cfe579c8e54044c3 /.gitlab-ci.yml
parent7c1a00474152d9549e6bfebe6515ca888ee10a80 (diff)
ci: Run isort check
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 83feb1925..946d0b82a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,16 @@ test-ruff:
- ruff .
interruptible: true
+test-isort:
+ stage: test
+ rules:
+ - changes:
+ - "**/*.py"
+ script:
+ - pip3 install isort
+ - isort --check .
+ interruptible: true
+
test-unittest:
stage: test
script: