Skip to content

build(deps-dev): bump ruff from 0.15.22 to 0.16.0 (#64) #113

build(deps-dev): bump ruff from 0.15.22 to 0.16.0 (#64)

build(deps-dev): bump ruff from 0.15.22 to 0.16.0 (#64) #113

Workflow file for this run

name: ty-check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ty-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Set up Python
run: uv python install 3.14
- name: Install dependencies
run: uv sync --group ci
- name: Run ty check
run: uv run ty check