mirror of https://github.com/lukechilds/lnbits.git
Sebastian Geisler
5 years ago
1 changed files with 13 additions and 0 deletions
@ -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' |
Loading…
Reference in new issue