Skip to content

Commit 668bab8

Browse files
committed
fixed action wrong command
1 parent 2ea87af commit 668bab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: isort .
2929

3030
- name: Run Ruff
31-
run: ruff .
31+
run: ruff format .

0 commit comments

Comments
 (0)