Skip to content

Commit ee10e2c

Browse files
committed
Remove fix parameter
1 parent 528d398 commit ee10e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
- uses: astral-sh/ruff-action@v3
99
with:
1010
version: "0.9.7"
11-
- run: ruff check --fix
11+
- run: ruff check
1212
- run: ruff format

0 commit comments

Comments
 (0)