Skip to content

Commit 2d93912

Browse files
committed
Run pyright in CI
1 parent 4ec44ea commit 2d93912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
python-version: 3.11
3535
- run: uv tool install pre-commit
3636
- run: pre-commit run -a --show-diff-on-failure
37+
- uses: jakebailey/pyright-action@v2
38+
with:
39+
pylance-version: latest-release
3740

3841
frontend-build:
3942
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)