mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-28 09:40:59 +02:00
enable mypy checks
This commit is contained in:
parent
7f960d8802
commit
76fdce4328
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…
x
Reference in New Issue
Block a user