Skip to content
Snippets Groups Projects
Commit 8316fea2 authored by Moul's avatar Moul
Browse files

[ci] #177: Sort check jobs alphabetically

parent f22bd045
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 duniterpy tests examples --ignore-missing-imports
- 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 duniterpy tests examples --ignore-missing-imports
.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