1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2024-06-17 20:51:24 +00:00

ci: fix mypy checks

This commit is contained in:
Dmitry Belyaev 2022-06-04 15:48:25 +03:00
parent e2d5548466
commit 1eef4114cd
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -43,7 +43,7 @@ jobs:
- name: Check type annotations with mypy
run: |
mkdir mypy_report
poetry run mypy --pretty --html-report mypy_report/
poetry run mypy --pretty --html-report mypy_report/ .
- name: Upload mypy report
uses: actions/upload-artifact@v2