This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
uv run pylint --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
|
||||
uv run pylint --exit-zero --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
|
||||
cat lintreport.txt
|
||||
|
||||
- name: Unit Test
|
||||
|
||||
Reference in New Issue
Block a user