Skip to content

Fix agent websocket URL resolution and connection hang #812

Fix agent websocket URL resolution and connection hang

Fix agent websocket URL resolution and connection hang #812

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
static-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24.4.1
cache: yarn
- name: Install dependencies
run: yarn --immutable
- name: Check formatting
run: yarn format:check
- name: Build SDK
run: yarn build
- name: Check lint
run: yarn lint
- name: Check typing
run: yarn typecheck
- name: Check TypeDoc generation
run: yarn docs
- name: Spellcheck
run: yarn spellcheck