Skip to content

Merge branch 'main' of https://github.com/mathisxy/llm-core #3

Merge branch 'main' of https://github.com/mathisxy/llm-core

Merge branch 'main' of https://github.com/mathisxy/llm-core #3

Workflow file for this run

name: Type Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: |
pip install .[dev]
- name: Run pyright
run: |
pyright