Skip to content
Snippets Groups Projects
Commit 407eaef0 authored by Moul's avatar Moul
Browse files

[ci] #177: Sort check jobs alphabetically

parent 8581b9ca
No related branches found
No related tags found
No related merge requests found
......@@ -27,29 +27,23 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
- Makefile
- pyproject.toml
format:
extends: .code_changes
stage: checks
script:
- black --check duniterpy tests examples
build:
extends: .changes
stage: checks
script:
- poetry build
isort:
format:
extends: .code_changes
stage: checks
script:
- isort --check duniterpy tests examples
- black --check duniterpy tests examples
type:
isort:
extends: .code_changes
stage: checks
script:
- mypy --install-types --non-interactive duniterpy tests examples
- isort --check duniterpy tests examples
lint:
extends: .code_changes
......@@ -58,6 +52,12 @@ lint:
script:
- pylint duniterpy tests examples
type:
extends: .code_changes
stage: checks
script:
- mypy --install-types --non-interactive duniterpy tests examples
.tests:
extends: .changes
stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment