enable mypy checks
This commit is contained in:
parent
b865fad95e
commit
66477bc392
1 changed files with 0 additions and 1 deletions
1
.github/workflows/mypy.yml
vendored
1
.github/workflows/mypy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue