Skip to content

Commit b023288

Browse files
committed
fix git action as well
1 parent 58a22d2 commit b023288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Run Ruff linter
3535
run: |
3636
uv tool run ruff check
37+
uv tool run ruff format --check
3738
3839
type-check:
3940
name: Type Safety Check

0 commit comments

Comments
 (0)