Fix pylint action

This commit is contained in:
Dpeta 2023-02-25 02:40:23 +01:00
parent 62f3e21bd4
commit 1ec2d42e31
No known key found for this signature in database
GPG key ID: 51227517CEA0030C

View file

@ -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"