1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix lint directory

This commit is contained in:
checktheroads
2020-02-13 22:05:23 -07:00
parent e215e7a605
commit 71246731af

View File

@@ -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