Skip to content

fix: normalize benchmark definitions (#4792) #3711

fix: normalize benchmark definitions (#4792)

fix: normalize benchmark definitions (#4792) #3711

Workflow file for this run

name: Typechecking
on:
push:
branches: [main]
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8.2.0
with:
enable-cache: true
python-version: "3.10"
- name: Install dependencies
run: |
make install-for-tests
- name: Run typecheck
run: |
make typecheck