mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
enable mypy checks
This commit is contained in:
parent
b865fad95e
commit
66477bc392
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