Allow pylint job to pass on lint errors

This commit is contained in:
√(noham)²
2025-11-16 17:40:28 +01:00
parent 5c5e52f688
commit 1315651bff

View File

@@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') || true