From d9844c6afa2d6c6c8a7a4fb3b004b5c0456d184e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 21 Feb 2026 10:58:34 -0500 Subject: [PATCH] CI: remove docs spellcheck step (#22738) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b14e176aace..abb5b50a5ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: