Skip to content

Commit 60e9a16

Browse files
Run pyright through uv
1 parent 9830343 commit 60e9a16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
with:
3838
args: "format --check"
3939
- name: Typecheck with pyright
40-
uses: jakebailey/pyright-action@v2
41-
with:
42-
working-directory: ./tictactoe_python
40+
run: uv run pyright
4341
- name: Thorough check with pylint
4442
run: uv run pylint tictactoe/
4543
- name: Test with pytest

0 commit comments

Comments
 (0)