Update lint-python.yaml
This commit is contained in:
parent
ad444caf9d
commit
843cd6cf0f
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: pacman --noconfirm -Syu python python-pip mypy
|
- run: pacman --noconfirm -Syu python python-pip mypy
|
||||||
- run: python -m pip install --upgrade pip
|
- run: python -m pip install --upgrade pip
|
||||||
- run: pip install flake8 pytest black-but-with-tabs-instead-of-spaces
|
- run: pip install flake8 pytest
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors
|
# stop the build if there are Python syntax errors
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue