Datei .gitlab-ci.yml aktualisieren
This commit is contained in:
parent
26024819d6
commit
ab83ef900e
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@ image: python:3-alpine
|
|||
mypy:
|
||||
stage: test
|
||||
script:
|
||||
- pip install . --quiet
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- mypy syng --strict
|
||||
|
||||
ruff:
|
||||
stage: test
|
||||
script:
|
||||
- pip install ruff --quiet
|
||||
- pip install ruff --quiet
|
||||
- ruff check syng
|
||||
|
|
Loading…
Add table
Reference in a new issue