diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml new file mode 100644 index 0000000..3f600f8 --- /dev/null +++ b/.github/workflows/mypy.yml @@ -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'