We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e28a67 commit 1a4b223Copy full SHA for 1a4b223
.github/workflows/ci.yaml
@@ -27,5 +27,7 @@ jobs:
27
- uses: Swatinem/rust-cache@v2
28
- name: Sync
29
run: uv sync
30
+ - name: Lint
31
+ run: scripts/lint
32
- name: Test
- run: uv run pytest
33
+ run: scripts/test
0 commit comments