Update .gitea/workflows/analyze.yml
This commit is contained in:
@@ -31,4 +31,4 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: pylint --exit-zero $(git ls-files 'src/*.py')
|
run: pylint --exit-zero $(git ls-files 'src/*.pyw')
|
||||||
Reference in New Issue
Block a user