diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 448c395..fe62b2c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,7 +43,8 @@ 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 --output=lintreport.txt app/ tests/ + uv run pylint --fail-under=8 --recursive=yes --output-format=parseable app/ tests/ cat lintreport.txt - name: Unit Test