lnbits/.github/workflows/mypy.yml

13 lines
207 B
YAML
Raw Normal View History

2020-09-03 21:02:15 +00:00
name: mypy
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master
with:
path: lnbits