Compare commits

..

3 Commits

Author SHA1 Message Date
a896fbe38a fix(deps): update dependency webex-bot to v1
Some checks failed
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 10s
CI / ci (pull_request) Failing after 44s
2025-06-06 19:20:26 +02:00
590e0941bf Update .gitea/workflows/ci.yml
Some checks failed
Security / sonarqube (push) Failing after 35s
Security / snyk (push) Successful in 1m1s
2025-06-06 19:20:14 +02:00
29e597c815 Update .gitea/workflows/ci.yml
Some checks failed
Security / sonarqube (push) Failing after 32s
Security / snyk (push) Successful in 1m13s
2025-06-06 19:19:38 +02:00

View File

@ -43,7 +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/ # --output=lintreport.txt
cat lintreport.txt
- name: Unit Test