Skip to content

fix workflow

fix workflow #5

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.2
- name:
- name: Run pyright
uses: jakebailey/pyright-action@v2
with:
project: pyproject.toml