Skip to content

Commit 528d398

Browse files
committed
Specify version
1 parent 815815b commit 528d398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruff-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- uses: astral-sh/ruff-action@v3
9+
with:
10+
version: "0.9.7"
911
- run: ruff check --fix
1012
- run: ruff format

0 commit comments

Comments
 (0)