We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46bc6be + 24a330a commit 9bdc7b5Copy full SHA for 9bdc7b5
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.2
+ uses: jakebailey/pyright-action@v2.3.3
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