Skip to content

Commit 2aa28c3

Browse files
Update CI
1 parent 95ca123 commit 2aa28c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
run: |
3232
uv run ruff check --exclude tests .
3333
34+
- name: Run ruff format (check)
35+
run: |
36+
uv run ruff format --check --exclude tests .
37+
3438
# Tests are temporarily disabled in CI until they are ready.
3539
# To re-enable, uncomment the step below once tests are stable.
3640
# - name: Run pytest

0 commit comments

Comments
 (0)