Skip to content

refactor: export ReferencedObject from package #29

refactor: export ReferencedObject from package

refactor: export ReferencedObject from package #29

Workflow file for this run

name: Lint with Pyright
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: '3.8'
- run: pip install pyright
- run: pip install .[tests]
- run: pyright