forked from mirrors/thatmattlove-hyperglass
test lint from cli
This commit is contained in:
parent
2d919bd233
commit
1615b24fc8
1 changed files with 8 additions and 5 deletions
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
|
|
@ -34,11 +34,14 @@ jobs:
|
|||
poetry_version: 1.0.0
|
||||
args: install
|
||||
- name: Lint
|
||||
uses: abatilo/actions-poetry@v1.5.0
|
||||
with:
|
||||
python_version: 3.6.10
|
||||
poetry_version: 1.0.0
|
||||
args: run flake8 hyperglass
|
||||
run: |
|
||||
poetry run flake8 hyperglass
|
||||
# - name: Lint
|
||||
# uses: abatilo/actions-poetry@v1.5.0
|
||||
# with:
|
||||
# python_version: 3.6.10
|
||||
# poetry_version: 1.0.0
|
||||
# args: run flake8 hyperglass
|
||||
# - name: lint
|
||||
# uses: ricardochaves/python-lint@v1.1.0
|
||||
# with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue