mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 22:25:47 +01:00
14 lines
222 B
YAML
14 lines
222 B
YAML
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
|