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

[ci] #165: Run checks by calling directly the tools without the makefile

Without 'poetry run', which uses the tools installed on the image
To get rid of the makefile
parent ce80ffba
No related branches found
No related tags found
No related merge requests found
Pipeline #12567 canceled
...@@ -32,7 +32,7 @@ format: ...@@ -32,7 +32,7 @@ format:
- .code_changes - .code_changes
stage: checks stage: checks
script: script:
- make check-format - black --check duniterpy tests examples
build: build:
extends: extends:
...@@ -53,7 +53,7 @@ type: ...@@ -53,7 +53,7 @@ type:
- .code_changes - .code_changes
stage: checks stage: checks
script: script:
- make mypy - mypy duniterpy tests examples --ignore-missing-imports
lint: lint:
extends: extends:
...@@ -61,7 +61,7 @@ lint: ...@@ -61,7 +61,7 @@ lint:
stage: checks stage: checks
tags: [redshift] tags: [redshift]
script: script:
- make pylint - pylint duniterpy tests examples
.tests: .tests:
extends: .changes extends: .changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment