pylint
Some checks failed
Pylint / build (3.11) (push) Failing after 44s
Pylint / build (3.12) (push) Failing after 18s
Pylint / build (3.10) (push) Failing after 1m17s
Pylint / build (3.13) (push) Failing after 40s
Pylint / build (3.9) (push) Failing after 41s
Pylint / build (3.8) (push) Failing after 1m14s

This commit is contained in:
2025-02-23 23:29:57 +01:00
parent e82f17ee90
commit 7bc718054c

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 '*Mysteryhelfer.py*')