Skip to content

Sync up the cookbook model lineup with the one from the docs (and add Kimi K2.5) #934

Sync up the cookbook model lineup with the one from the docs (and add Kimi K2.5)

Sync up the cookbook model lineup with the one from the docs (and add Kimi K2.5) #934

Workflow file for this run

name: pyright
on:
push:
branches: [main]
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install-uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: venv
run: uv venv && uv sync --all-extras
- name: pyright
run: uv run pyright tinker_cookbook