Skip to content

driver(external): wait for Start() to complete on the server side #566

driver(external): wait for Start() to complete on the server side

driver(external): wait for Start() to complete on the server side #566

Workflow file for this run

# split from test.yml so as to run spell checks for doc-only PRs too
name: spell
on:
push:
branches:
- master
- 'release/**'
pull_request:
permissions:
contents: read
jobs:
spell:
name: "Spell check"
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
check_filenames: true
check_hidden: true
# by default, codespell uses configuration from the .codespellrc