enable mypy checks

This commit is contained in:
dni 2022-07-20 13:23:50 +02:00
parent b865fad95e
commit 66477bc392

View File

@ -5,7 +5,6 @@ on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
if: ${{ 'false' == 'true' }} # skip mypy for now
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master