Skip to content

Commit 1f3ce2e

Browse files
committed
Add ruff format check to CI
1 parent feb0211 commit 1f3ce2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030

3131
- name: Run ruff
3232
run: uv run ruff check **/*.py
33+
run: uv run ruff format --check **/*.py

0 commit comments

Comments
 (0)