Skip to content

Document new TypeScript SDK MachineConnectionEvent values (RECONNECTING, RECONNECTION_FAILED) #5155

Document new TypeScript SDK MachineConnectionEvent values (RECONNECTING, RECONNECTION_FAILED)

Document new TypeScript SDK MachineConnectionEvent values (RECONNECTING, RECONNECTION_FAILED) #5155

Workflow file for this run

name: codespell
concurrency:
group: pullrequest-untrusted-codespell-${{ github.event.number }}
cancel-in-progress: true
on:
pull_request:
types: [opened, synchronize]
jobs:
codespell:
name: runner / codespell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: .codespellignore
path: docs