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

This commit is contained in:
Luke Tainton 2025-06-06 19:19:38 +02:00
parent 4c51e697d9
commit 29e597c815

View File

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