Skip to content

Commit ef26210

Browse files
committed
chore: add format check
1 parent 68befc0 commit ef26210

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Run lint
4848
run: uv run ruff check
4949

50+
- name: Run format
51+
run: uv run ruff format --check
52+
5053
types:
5154
name: Run mypy
5255
runs-on: ubuntu-latest
@@ -65,4 +68,4 @@ jobs:
6568
run: uv sync --locked --all-extras --group types
6669

6770
- name: Run types
68-
run: uv run mypy src/ test/
71+
run: uv run mypy src/ test/

0 commit comments

Comments
 (0)