Skip to content

build(pyright): upgrade to 1.1.384 #81

build(pyright): upgrade to 1.1.384

build(pyright): upgrade to 1.1.384 #81

Workflow file for this run

name: lint-and-type
on: [push, pull_request]
jobs:
lint-and-type:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
pip install --upgrade pip
pip install poethepoet poetry
poetry install
- name: Format
run: poe format
- name: Check spelling
run: poe codespell
- name: Lint
run: poe lint
- name: Typecheck
run: poe type