Skip to content

Feature(cli): Add sync-host-workdir to prevent AI agents from breaking the host files #730

Feature(cli): Add sync-host-workdir to prevent AI agents from breaking the host files

Feature(cli): Add sync-host-workdir to prevent AI agents from breaking the host files #730

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.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