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:
parent
c2c3a7a14d
commit
c9b38cd29e
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
@ -45,6 +45,10 @@ jobs:
|
|||||||
mkdir mypy_report
|
mkdir mypy_report
|
||||||
poetry run mypy --pretty --html-report 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
|
- name: Upload mypy report
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user