diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e841bde57c..cbfd594433 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,24 @@ env: jobs: + pyright: + strategy: + matrix: + python: + - "3.8" + - "3.11" + - "3.12" + platform: + - ubuntu-latest + - macos-latest + - windows-latest + runs-on: ${{ matrix.platform }} + steps: + - uses: actions/checkout@v4 + - uses: jakebailey/pyright-action@v2 + with: + python-version: ${{ matrix.python }} + test: strategy: matrix: