We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0b841 commit c09de84Copy full SHA for c09de84
.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
101
python -m pip install --upgrade -r build/test-requirements.txt
102
103
- name: Run Pyright
104
- uses: jakebailey/pyright-action@v1
+ uses: jakebailey/pyright-action@v2
105
with:
106
version: 1.1.308
107
working-directory: 'pythonFiles'
.github/workflows/pr-check.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments