Skip to content

update docs link

update docs link #2

Workflow file for this run

name: Codespell
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
skip: ".git,*.pdf,*.svg,*.lock,uv.lock"
ignore_words_file: .github/codespell-ignore.txt