mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-24 19:41:51 +02:00
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
|
||||
|
Reference in New Issue
Block a user