New spellchecker
Spellcheck / spellcheck (push) Failing after 30s

This commit is contained in:
2026-06-02 17:59:14 +02:00
parent 02338c9d42
commit b51798905f
3 changed files with 23 additions and 5 deletions
+4 -4
View File
@@ -17,8 +17,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: Install codespell
run: python -m pip install --upgrade codespell --break-system-packages
- name: Check Markdown spelling
run: codespell $(git ls-files '**/*.md')
uses: streetsidesoftware/cspell-action@v6
with:
config: cspell.json
files: "**/*.md"
+19
View File
@@ -0,0 +1,19 @@
{
"version": "0.2",
"language": "en",
"words": [
"Codex",
"Claude",
"Gitea",
"MVP",
"OpenClaw",
"README",
"idea-evaluator",
"frontmatter",
"subagents",
"hyphen-case"
],
"ignorePaths": [
"LICENSE"
]
}
-1
View File
@@ -12,4 +12,3 @@ This folder contains the OpenClaw version of `idea-evaluator`.
- `Intent.md` in the repo root
- OpenClaw skill loading and frontmatter rules