Skip to content

Commit 43c5983

Browse files
committed
Fix ty invocation in CI
1 parent e32dd96 commit 43c5983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: "3.x"
2424
- uses: pre-commit/action@v3.0.0
2525
- uses: astral-sh/setup-uv@v5
26-
- run: uvx ty check # Until they add a pre-commit hook
26+
- run: uv run --with=ty ty check # Until they add a pre-commit hook
2727

2828
test:
2929
strategy:

0 commit comments

Comments
 (0)