mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Split mypy steps in CI
This commit is contained in:
parent
8886c1c994
commit
1cb128d1fc
1 changed files with 5 additions and 4 deletions
9
.github/workflows/python-check.yml
vendored
9
.github/workflows/python-check.yml
vendored
|
@ -19,7 +19,8 @@ jobs:
|
|||
run: |
|
||||
ruff check .
|
||||
|
||||
- name: mypy check
|
||||
run: |
|
||||
yes | mypy . --install-types || true
|
||||
mypy .
|
||||
- name: Mypy install types
|
||||
run: yes | mypy . --install-types || true
|
||||
|
||||
- name: Mypy check
|
||||
run: mypy .
|
||||
|
|
Loading…
Reference in a new issue