mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
CI: remove docs spellcheck step (#22738)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -298,7 +298,7 @@ jobs:
|
|||||||
name: dead-code-${{ matrix.tool }}-${{ github.run_id }}
|
name: dead-code-${{ matrix.tool }}-${{ github.run_id }}
|
||||||
path: .artifacts/deadcode
|
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:
|
check-docs:
|
||||||
needs: [docs-scope]
|
needs: [docs-scope]
|
||||||
if: needs.docs-scope.outputs.docs_changed == 'true'
|
if: needs.docs-scope.outputs.docs_changed == 'true'
|
||||||
@@ -317,9 +317,6 @@ jobs:
|
|||||||
- name: Check docs
|
- name: Check docs
|
||||||
run: pnpm check:docs
|
run: pnpm check:docs
|
||||||
|
|
||||||
- name: Spellcheck docs
|
|
||||||
run: pnpm docs:spellcheck
|
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
runs-on: blacksmith-16vcpu-ubuntu-2404
|
runs-on: blacksmith-16vcpu-ubuntu-2404
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user