lnbits-legend/.github/workflows/mypy.yml

14 lines
223 B
YAML
Raw Normal View History

2020-04-25 00:15:02 +02:00
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'