Skip to content

[Sweep GHA Fix] Fix Docker build failure in Dockerfile.prod #735

[Sweep GHA Fix] Fix Docker build failure in Dockerfile.prod

[Sweep GHA Fix] Fix Docker build failure in Dockerfile.prod #735

name: Python Static Type Checker
on: [pull_request]
jobs:
pyright:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # You need this
reporter: github-pr-review # Change reporter.
lib: true