Skip to content

Commit 5958352

Browse files
authored
Update Python CI.yml
1 parent 5e8d339 commit 5958352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Python CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ruff check . --config pyproject.toml
3030

3131
- name: Run Ruff (formatting check)
32-
run: ruff format --check . --config pyproject.toml || true
32+
run: ruff format --check . --config pyproject.toml
3333

3434

3535

0 commit comments

Comments
 (0)