Skip to content

Commit becedae

Browse files
committed
ci: add ruff checks to ci
1 parent ccaaf0f commit becedae

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: Install dependencies
2525
run: uv sync --extra dev
2626

27+
- name: Ruff check
28+
run: uvx ruff check
29+
30+
- name: Ruff format check
31+
run: uvx ruff format --check
32+
2733
- name: Build
2834
run: uv build
2935

0 commit comments

Comments
 (0)