Skip to content

Commit 30601d7

Browse files
committed
feat: Add async extra to uv run command in CI pre-commit step.
1 parent 7e48111 commit 30601d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Run all checks
6767
run: |
68-
uv run pre-commit run --all-files
68+
uv run --extra async pre-commit run --all-files
6969
7070
test:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)