Skip to content

Commit 5a2a0a3

Browse files
committed
update pyright command
1 parent 48b758e commit 5a2a0a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,4 @@ jobs:
5151
run: uv run ruff format --check .
5252

5353
- name: Run Pyright check
54-
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
55-
with:
56-
version: PATH
57-
working-directory: ./python/${{ matrix.project }}
54+
run: uv run pyright src/

0 commit comments

Comments
 (0)