ci(lint): try fix pyright

This commit is contained in:
MingxuanGame
2025-08-22 08:44:13 +00:00
parent 4b2e467128
commit bff9a87a74

View File

@@ -28,6 +28,10 @@ jobs:
uv sync --all-extras --locked
shell: bash
- run: |
echo "$(dirname $(uv python find))" >> $GITHUB_PATH
shell: bash
- name: Run Pyright
uses: jakebailey/pyright-action@v2
with: