forked from mirrors/thatmattlove-hyperglass
fix lint directory
This commit is contained in:
parent
e215e7a605
commit
71246731af
1 changed files with 1 additions and 5 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -17,21 +17,17 @@ jobs:
|
|||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.6.10
|
||||
# - name: Install System Dependencies
|
||||
# run: |
|
||||
# sudo apt install -y redis-server
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: v1.0.0
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
pwd
|
||||
ls -lsah
|
||||
pip install .
|
||||
- name: lint
|
||||
uses: ricardochaves/python-lint@v1.1.0
|
||||
with:
|
||||
python-root-list: hyperglass
|
||||
use-black: true
|
||||
use-flake8: true
|
||||
use-isort: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue