We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f3119 + ec5afa0 commit 7d1fed9Copy full SHA for 7d1fed9
1 file changed
.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "PYRIGHT_VERSION=$(python -c 'import pyright; print(pyright.__pyright_version__)')" >> $GITHUB_ENV
34
35
- name: Run pyright (Linux)
36
- uses: jakebailey/pyright-action@v2.3.3
+ uses: jakebailey/pyright-action@v3.0.2
37
with:
38
version: ${{ env.PYRIGHT_VERSION }}
39
python-version: ${{ matrix.python-version }}
@@ -42,7 +42,7 @@ jobs:
42
warnings: true
43
44
- name: Run pyright (Windows)
45
46
# run anyway
47
if: success() || failure()
48
0 commit comments