enable mypy checks
This commit is contained in:
parent
7f960d8802
commit
76fdce4328
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:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ 'false' == 'true' }} # skip mypy for now
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: jpetrucciani/mypy-check@master
|
- uses: jpetrucciani/mypy-check@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue