Update .gitea/workflows/ci.yml
Some checks failed
Security / sonarqube (push) Failing after 35s
Security / snyk (push) Successful in 1m1s

This commit is contained in:
Luke Tainton 2025-06-06 19:20:14 +02:00
parent 29e597c815
commit 590e0941bf

View File

@ -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