14
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user