mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-09 05:14:35 +01:00
parent
0ff4c13346
commit
430698c763
2 changed files with 2 additions and 0 deletions
1
.github/workflows/flake8.yml
vendored
1
.github/workflows/flake8.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry config virtualenvs.create false
|
||||
poetry install
|
||||
- name: Run tests
|
||||
run: make flake8
|
||||
|
|
1
.github/workflows/pylint.yml
vendored
1
.github/workflows/pylint.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
poetry-version: ${{ matrix.poetry-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry config virtualenvs.create false
|
||||
poetry install
|
||||
- name: Run tests
|
||||
run: make pylint
|
||||
|
|
Loading…
Add table
Reference in a new issue