Skip to content

Add Pyright

Add Pyright #4

Workflow file for this run

name: Pyright
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v1