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
|
||||
run: python3 -m pip install --pre pylint
|
||||
- name: Run Pylint
|
||||
run: |
|
||||
cd ..
|
||||
python -m pylint "$PWD"
|
||||
run: python -m pylint "$PWD"
|
||||
|
|
Loading…
Reference in a new issue