1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 07:28:24 +00:00

add mypy strict check (not failing)

This commit is contained in:
Dmitry Belyaev 2022-06-04 20:12:38 +03:00
parent c2c3a7a14d
commit c9b38cd29e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -45,6 +45,10 @@ jobs:
mkdir mypy_report
poetry run mypy --pretty --html-report mypy_report/ .
- name: Check type annotations with mypy strict mode (not failing)
run: |
poetry run mypy --strict --pretty . || true
- name: Upload mypy report
uses: actions/upload-artifact@v2
with: