Skip to content

Commit b939441

Browse files
committed
Fix ruff version
1 parent 3211841 commit b939441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run_ruff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: astral-sh/ruff-action@v3
11+
with:
12+
version: "0.12.x"
1113
- run: ruff format --check
1214

0 commit comments

Comments
 (0)