Fixed pylint runner in python-app.yml
This commit is contained in:
parent
3da98f0271
commit
0eb1b704a6
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@ -25,12 +25,8 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r dev-requirements.txt
|
pip install -r dev-requirements.txt
|
||||||
- name: Test
|
|
||||||
run: |
|
|
||||||
ls
|
|
||||||
which
|
|
||||||
- name: Lint with pylint
|
- name: Lint with pylint
|
||||||
run: |
|
run: |
|
||||||
pip install pylint_runner
|
pip install pylint_runner
|
||||||
pylint_runner --exit-zero
|
pylint_runner --exit-zero --generate-rcfile
|
||||||
#Test with pytest
|
#Test with pytest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user