Skip to content

Add a designed, CI-verified sdk-js cookbook (69 recipes) + agent on-ramp #415

Add a designed, CI-verified sdk-js cookbook (69 recipes) + agent on-ramp

Add a designed, CI-verified sdk-js cookbook (69 recipes) + agent on-ramp #415

Workflow file for this run

name: Spell Check
on:
pull_request
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install codespell
run: pip install codespell
- name: Run spell check
run: codespell docs/ --config .codespell