Add type checking CI

This commit is contained in:
Sebastian Geisler 2020-04-25 00:15:02 +02:00
parent efd2cb7170
commit 19fa6c2bf9

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'