mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
13
.github/workflows/mypy.yml
vendored
Normal file
13
.github/workflows/mypy.yml
vendored
Normal file
@@ -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'
|
Reference in New Issue
Block a user