Skip to content
Snippets Groups Projects
Commit 89bfe2db authored by Moul's avatar Moul
Browse files

[ci] #118: Split mypy and pylint jobs for more clarity and atomicity

parent 7eccc3c2
No related branches found
No related tags found
No related merge requests found
...@@ -52,13 +52,20 @@ build: ...@@ -52,13 +52,20 @@ build:
script: script:
- poetry build - poetry build
check: type:
extends: extends:
- .changes - .changes
stage: checks stage: checks
script: script:
- poetry install - poetry install
- make mypy - make mypy
lint:
extends:
- .changes
stage: checks
script:
- poetry install
- make pylint - make pylint
.tests: .tests:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment