Skip to content

Cleaning up repo with help of pyright #3

Cleaning up repo with help of pyright

Cleaning up repo with help of pyright #3

Workflow file for this run

name: pyright_check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Formatting check
steps:
- uses: actions/checkout@v3
- name: Install
run: pip install .
- name: Install pyright
run: pip install pyright
- name: Run pyright
run: pyright