CI: remove docs spellcheck step (#22738)

This commit is contained in:
Vincent Koc
2026-02-21 10:58:34 -05:00
committed by GitHub
parent fa89ae8e9e
commit d9844c6afa

View File

@@ -298,7 +298,7 @@ jobs:
name: dead-code-${{ matrix.tool }}-${{ github.run_id }}
path: .artifacts/deadcode
# Validate docs (spellcheck, format, lint, broken links) only when docs files changed.
# Validate docs (format, lint, broken links) only when docs files changed.
check-docs:
needs: [docs-scope]
if: needs.docs-scope.outputs.docs_changed == 'true'
@@ -317,9 +317,6 @@ jobs:
- name: Check docs
run: pnpm check:docs
- name: Spellcheck docs
run: pnpm docs:spellcheck
secrets:
runs-on: blacksmith-16vcpu-ubuntu-2404
steps: