Merge pull request #16 from sgeisler/2020-04-ci

Add type checking CI
This commit is contained in:
Eneko Illarramendi
2020-04-25 09:28:38 +02:00
committed by GitHub

13
.github/workflows/mypy.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: mypy type checker
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master
with:
path: 'lnbits'