Update .gitea/workflows/ci.yml
This commit is contained in:
parent
29e597c815
commit
590e0941bf
@ -43,8 +43,7 @@ jobs:
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
# uv run pylint --fail-under=8 --recursive=yes --output-format=parseable --output=lintreport.txt app/ tests/
|
||||
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/
|
||||
uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ # --output=lintreport.txt
|
||||
cat lintreport.txt
|
||||
|
||||
- name: Unit Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user