Skip to content

feat: make transformers and the vLLM client optional dependencies (#31) #204

feat: make transformers and the vLLM client optional dependencies (#31)

feat: make transformers and the vLLM client optional dependencies (#31) #204

Workflow file for this run

name: Style
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
ruff:
name: Ruff
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint
uses: astral-sh/ruff-action@v3
- name: Format
uses: astral-sh/ruff-action@v3
with:
args: "format --check"
ty:
name: Ty
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync
- name: Run ty
run: uv run ty check renderers