Skip to content

Added spacing / dim. #67

Added spacing / dim.

Added spacing / dim. #67

Workflow file for this run

name: pyright
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Type check with pyright
run: pyright