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
commit 5fe64d324d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'