fix typo
This commit is contained in:
parent
307eb62adf
commit
8c576423f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue