move run to test line

This commit is contained in:
Nicholas St. Germain 2020-12-21 11:05:22 -06:00
parent 0906480270
commit 09432c3724
No known key found for this signature in database
GPG key ID: 7221152119DAB1E6

View file

@ -41,9 +41,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-verison: '3.x'
run: pip install flake8
- name: Lint
run: flake8 --max-line-length 120 Varken.py varken/*.py
run: pip install flake8 && flake8 --max-line-length 120 Varken.py varken/*.py
build:
runs-on: ubuntu-latest
needs: lint-and-test