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:
script:
- poetry build
check:
type:
extends:
- .changes
stage: checks
script:
- poetry install
- make mypy
lint:
extends:
- .changes
stage: checks
script:
- poetry install
- make pylint
.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