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 ...@@ -27,29 +27,23 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
- Makefile - Makefile
- pyproject.toml - pyproject.toml
format:
extends: .code_changes
stage: checks
script:
- black --check duniterpy tests examples
build: build:
extends: .changes extends: .changes
stage: checks stage: checks
script: script:
- poetry build - poetry build
isort: format:
extends: .code_changes extends: .code_changes
stage: checks stage: checks
script: script:
- isort --check duniterpy tests examples - black --check duniterpy tests examples
type: isort:
extends: .code_changes extends: .code_changes
stage: checks stage: checks
script: script:
- mypy --install-types --non-interactive duniterpy tests examples - isort --check duniterpy tests examples
lint: lint:
extends: .code_changes extends: .code_changes
...@@ -58,6 +52,12 @@ lint: ...@@ -58,6 +52,12 @@ lint:
script: script:
- pylint duniterpy tests examples - pylint duniterpy tests examples
type:
extends: .code_changes
stage: checks
script:
- mypy --install-types --non-interactive duniterpy tests examples
.tests: .tests:
extends: .changes extends: .changes
stage: tests stage: tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment