Update .gitea/workflows/analyze.yml

This commit is contained in:
2026-02-10 00:13:33 +01:00
Unverified
parent c3b925348e
commit 6bca51938b

View File

@@ -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')