Skip to content

πŸ”– bump version 1.1.7 #88

πŸ”– bump version 1.1.7

πŸ”– bump version 1.1.7 #88

Workflow file for this run

name: Pyright Lint
on:
push:
branches:
- master
pull_request:
jobs:
pyright:
name: Pyright Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
name: Setup UV
with:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: ".python-version"
- run: uv sync
shell: bash
- run: |
echo "$(dirname $(uv python find))" >> $GITHUB_PATH
uv pip install .
shell: bash
- name: Run Pyright
uses: jakebailey/pyright-action@v3
with:
pylance-version: latest-release