mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
github/workflows/lint: update astral-sh/ruff-action to v3
This enables GitHub style output, along with other improvements.
This commit is contained in:
parent
d19bb08bef
commit
cd439acce2
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v2
|
||||
- uses: astral-sh/ruff-action@v3
|
||||
with:
|
||||
src: ". TOOLS/umpv"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user