mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-07-25 11:30:51 +02:00
Use astral-sh/ruff-action for inline PR annotations
Swap the manual pip install + ruff check steps for astral-sh/ruff-action@v4.0.0. Same pinned ruff 0.15.7, but with --output-format=github so violations appear as inline annotations on the PR diff instead of a flat log. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,8 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: astral-sh/ruff-action@v4.0.0
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- run: pip install ruff==0.15.7
|
||||
- run: ruff check .
|
||||
version: "0.15.7"
|
||||
args: "check --output-format=github"
|
||||
|
||||
Reference in New Issue
Block a user