Merge remote-tracking branch 'origin/main' into patch-2

This commit is contained in:
ben 2022-07-28 10:36:47 +01:00
commit 822373a763
24 changed files with 276 additions and 192 deletions

View file

@ -5,10 +5,9 @@ on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
if: ${{ 'false' == 'true' }} # skip mypy for now
steps:
- uses: actions/checkout@v1
- uses: jpetrucciani/mypy-check@master
with:
mypy_flags: '--install-types --non-interactive'
path: lnbits
path: 'lnbits'