Update pylint.yml

This commit is contained in:
Joe Steele
2024-06-18 15:36:05 -04:00
committed by GitHub
parent 8b14969869
commit e299389d65
+1 -1
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') --output=lint.txt || true