We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b706f4 commit bdb28c9Copy full SHA for bdb28c9
1 file changed
.github/workflows/ruff.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v6
10
- - uses: astral-sh/ruff-action@v3
+ - uses: astral-sh/ruff-action@v4.0.0
11
with:
12
args: " check --output-format=concise"
13
- run: ruff format --check
0 commit comments