Skip to content

style: switch type checker from basedpyright to ty #354

style: switch type checker from basedpyright to ty

style: switch type checker from basedpyright to ty #354

Workflow file for this run

name: Type check
on:
- push
- pull_request
jobs:
type_check:
runs-on: ubuntu-slim
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- run: pipx run uv tool run --with .[typecheck] ty check