mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
0f97f8f18b
* preparing fees * fee_limit_msat * await resp result * clightning * fix tests * fix test * add fee to test * mypy * invoice_status * checking id fix * fee reserve error message * only for external payments
14 lines
265 B
YAML
14 lines
265 B
YAML
name: mypy
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: jpetrucciani/mypy-check@master
|
|
with:
|
|
mypy_flags: '--install-types --non-interactive'
|
|
path: lnbits
|