Skip to content

chore(release): point website downloads at v0.24.0 and correct agent … #545

chore(release): point website downloads at v0.24.0 and correct agent …

chore(release): point website downloads at v0.24.0 and correct agent … #545

Workflow file for this run

name: Typecheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Prepare
uses: ./.github/actions/prepare
- name: Typecheck
run: pnpm typecheck