This commit is contained in:
Nicholas St. Germain 2020-12-21 11:17:35 -06:00
parent 307eb62adf
commit 8c576423f4
No known key found for this signature in database
GPG key ID: 7221152119DAB1E6

View file

@ -42,7 +42,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-verison: '3.x'
python-version: '3.x'
- name: Lint
run: pip install flake8 && flake8 --max-line-length 120 Varken.py varken/*.py
build: