whyy
This commit is contained in:
@@ -13,20 +13,10 @@ jobs:
|
||||
username: ${{ secrets.prbot_username }}
|
||||
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: Run ruff check
|
||||
run: uv run ruff check --output-format=github | prbot
|
||||
continue-on-error: true
|
||||
- name: Do Something With Errors
|
||||
run: |
|
||||
echo "::error file=app.js,line=1::Missing semicolon" | prbot
|
||||
echo "::warning file=app.js,line=1,col=5,endColumn=7::Missing semicolon" | prbote
|
||||
|
||||
- name: Post PR Feedback
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user