Fix pylint action
This commit is contained in:
parent
62f3e21bd4
commit
1ec2d42e31
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
|
@ -15,6 +15,4 @@ jobs:
|
||||||
- name: Install Pylint
|
- name: Install Pylint
|
||||||
run: python3 -m pip install --pre pylint
|
run: python3 -m pip install --pre pylint
|
||||||
- name: Run Pylint
|
- name: Run Pylint
|
||||||
run: |
|
run: python -m pylint "$PWD"
|
||||||
cd ..
|
|
||||||
python -m pylint "$PWD"
|
|
||||||
|
|
Loading…
Reference in a new issue