Skip to content

Add pronunciation dict to websocket api docs #317

Add pronunciation dict to websocket api docs

Add pronunciation dict to websocket api docs #317

Workflow file for this run

name: Validate Fern
on:
push:
branches:
- main
pull_request:
jobs:
validate-fern:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- name: Validate Fern
run: pnpm run fern:check