This commit is contained in:
Joe Steele
2024-06-18 17:39:44 -04:00
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
pip install pylint pip install pylint
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
pylint $(git ls-files '*.py') pylint $(git ls-files '*.py') --output=lint.txt || true