Unpin pyright-action (#7499)

The issues that broke typeshed's CI have been fixed by e7c2cbabca
This commit is contained in:
Alex Waygood
2022-03-16 16:21:05 +00:00
committed by GitHub
parent 108b6fb091
commit ec8f51726f

View File

@@ -75,14 +75,14 @@ jobs:
PYRIGHT_VERSION: 1.1.230 # Must match pyright_test.py.
steps:
- uses: actions/checkout@v2
- uses: jakebailey/pyright-action@v1.0.4
- uses: jakebailey/pyright-action@v1
with:
version: ${{ env.PYRIGHT_VERSION }}
python-platform: ${{ matrix.python-platform }}
python-version: ${{ matrix.python-version }}
no-comments: ${{ matrix.python-version != '3.9' || matrix.python-platform != 'Linux' }} # Having each job create the same comment is too noisy.
project: ./pyrightconfig.stricter.json
- uses: jakebailey/pyright-action@v1.0.4
- uses: jakebailey/pyright-action@v1
with:
version: ${{ env.PYRIGHT_VERSION }}
python-platform: ${{ matrix.python-platform }}