Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

feat: implement proxy-based telemetry for VS Code extension #1121

feat: implement proxy-based telemetry for VS Code extension

feat: implement proxy-based telemetry for VS Code extension #1121

Workflow file for this run

name: typecheck
on:
push:
branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
typecheck:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck