14
Some checks failed
Test python action / test (push) Has been cancelled
Pull-Request Vibe Check / ci-test (pull_request) Failing after 6s

This commit is contained in:
2026-08-10 23:42:19 +02:00
parent 766466e84d
commit 91619326f3

View File

@@ -17,19 +17,10 @@ jobs:
api_token: ${{ secrets.prbot_token }}
- uses: actions/checkout@v6
- name: Set up UV
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- run: |
apt update
apt install libpcsclite-dev python3-dev -y
- name: Install deps
run: uv sync --locked --all-extras --dev
- name: Do Something With Errors
run: |
echo "::error file=/workspace/malobeo/gatekeeper/app/services/scanner.py,line=133,col=13,endLine=133,endColumn=19::Problem" | prbot
echo "::error file=/workspace/malobeo/gatekeeper/app/services/scanner.py,line=133::Problem" | prbot
- name: Post PR Feedback
if: always()