From 590e0941bf4b25bfa99c4fda038952c0320f3609 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Fri, 6 Jun 2025 19:20:14 +0200 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fe62b2c..7852933 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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