mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix mypy call on CI
This commit is contained in:
parent
6e03cebf48
commit
8886c1c994
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-check.yml
vendored
2
.github/workflows/python-check.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
|
||||
- name: mypy check
|
||||
run: |
|
||||
yes | mypy src --install-types || true
|
||||
yes | mypy . --install-types || true
|
||||
mypy .
|
||||
|
|
Loading…
Add table
Reference in a new issue