ci: Add isort CI test
This commit is contained in:
@@ -1,9 +1,21 @@
|
|||||||
image: plugins-master:latest
|
image: plugins-master:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
deploy-plugins:
|
deploy-plugins:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- python3 .ci/deploy.py
|
- python3 .ci/deploy.py
|
||||||
|
|
||||||
|
test-isort:
|
||||||
|
image: gajim-test
|
||||||
|
stage: test
|
||||||
|
rules:
|
||||||
|
- changes:
|
||||||
|
- "**/*.py"
|
||||||
|
script:
|
||||||
|
- isort --version
|
||||||
|
- isort --check .
|
||||||
|
interruptible: true
|
||||||
|
|||||||
Reference in New Issue
Block a user