Skip to content

docs: show both v3 and v3.1 API endpoints in reference docs #1120

docs: show both v3 and v3.1 API endpoints in reference docs

docs: show both v3 and v3.1 API endpoints in reference docs #1120

name: Docs - TypeScript Code Validation
on:
pull_request:
paths:
- 'docs/**'
jobs:
typescript-check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: '.bun-version'
- name: Install dependencies
run: bun install
- name: TypeScript type check
run: bun run types:check
- name: Build (validates Twoslash TypeScript code blocks)
run: bun run build