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 3211841 commit b939441Copy full SHA for b939441
.github/workflows/run_ruff.yml
@@ -8,5 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- uses: astral-sh/ruff-action@v3
11
+ with:
12
+ version: "0.12.x"
13
- run: ruff format --check
14
0 commit comments