mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
12 lines
207 B
YAML
12 lines
207 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:
|
|
path: lnbits
|