forked from mirrors/thatmattlove-hyperglass
ci config cleanup
This commit is contained in:
parent
78b8b3c6e1
commit
eb627a9f4e
1 changed files with 0 additions and 34 deletions
34
.github/workflows/tests.yml
vendored
34
.github/workflows/tests.yml
vendored
|
|
@ -27,37 +27,3 @@ jobs:
|
|||
run: poetry install
|
||||
- name: Lint
|
||||
run: poetry run flake8 hyperglass
|
||||
# - name: Install Python Dependencies
|
||||
# run: |
|
||||
# pip install --user pipx
|
||||
# export PATH=/home/runner/.local/bin:$PATH
|
||||
# pipx ensurepath
|
||||
# pipx install poetry
|
||||
# - name: Install Application
|
||||
# uses: abatilo/actions-poetry@v1.5.0
|
||||
# with:
|
||||
# python_version: 3.6.10
|
||||
# poetry_version: 1.0.0
|
||||
# args: install && 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:
|
||||
# python-root-list: hyperglass
|
||||
# use-black: true
|
||||
# use-flake8: true
|
||||
# use-isort: true
|
||||
# use-pylint: false
|
||||
# use-pycodestyle: false
|
||||
# use-mypy: false
|
||||
# extra-pylint-options: ""
|
||||
# extra-pycodestyle-options: ""
|
||||
# extra-flake8-options: ""
|
||||
# extra-black-options: ""
|
||||
# extra-mypy-options: ""
|
||||
# extra-isort-options: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue