Skip to content

Commit 1a4b223

Browse files
committed
fix: ci
1 parent 4e28a67 commit 1a4b223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ jobs:
2727
- uses: Swatinem/rust-cache@v2
2828
- name: Sync
2929
run: uv sync
30+
- name: Lint
31+
run: scripts/lint
3032
- name: Test
31-
run: uv run pytest
33+
run: scripts/test

0 commit comments

Comments
 (0)