Skip to content

Pyright

Pyright #5

Workflow file for this run

name: Pyright
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v1.8.1