Skip to content

Commit 87d7573

Browse files
committed
Fix check-style workflow step
1 parent 7242790 commit 87d7573

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v7
2727
- run: |
28-
uv sync --extra dev
28+
uv sync --dev
2929
scripts/check-prettier.sh
3030
uv run ruff check .
3131
cargo fmt --all -- --check

uv.lock

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)