Skip to content

Commit 9e621a5

Browse files
committed
ci: Add ruff format checking
1 parent c4a324d commit 9e621a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: uv sync --dev
2727
- name: Run Ruff Linter
2828
run: uv run ruff check .
29+
- name: Run Ruff Format Check
30+
run: uv run ruff format --check .
2931
- name: Run MyPy Type Checker
3032
run: uv run mypy src
3133
- name: Run Pyright (Pylance equivalent)

0 commit comments

Comments
 (0)