computer
Pull-Request Vibe Check / ci-test (pull_request) Failing after 23s
Test python action / test (push) Successful in 31s

This commit is contained in:
2026-08-09 15:00:31 +02:00
parent 7ad4562baa
commit 86671b5cc9
+3 -5
View File
@@ -27,11 +27,9 @@ jobs:
- name: Install deps - name: Install deps
run: uv sync --locked --all-extras --dev run: uv sync --locked --all-extras --dev
- name: Run ruff check - name: Do Something With Errors
run: uv run ruff check --output-format=github | cat | prbot run: |
continue-on-error: true echo "::error title=ruff (E722),file=/workspace/malobeo/gatekeeper/app/services/scanner.py,line=133,col=13,endLine=133,endColumn=19::app/services/scanner.py:133:13: E722 Do not use bare `except`" | prbot
env:
RUST_LOG: debug
- name: Post PR Feedback - name: Post PR Feedback
if: always() if: always()