Skip to content

fix(docs/content): Move related documentation enhancement #1477

fix(docs/content): Move related documentation enhancement

fix(docs/content): Move related documentation enhancement #1477

Workflow file for this run

name: Typos
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master
with:
config: ./.typos.toml