mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
ci: fix mypy checks
This commit is contained in:
parent
e2d5548466
commit
1eef4114cd
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Check type annotations with mypy
|
- name: Check type annotations with mypy
|
||||||
run: |
|
run: |
|
||||||
mkdir mypy_report
|
mkdir mypy_report
|
||||||
poetry run mypy --pretty --html-report mypy_report/
|
poetry run mypy --pretty --html-report mypy_report/ .
|
||||||
|
|
||||||
- name: Upload mypy report
|
- name: Upload mypy report
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user