@@ -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
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "0.2",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"Codex",
|
||||
"Claude",
|
||||
"Gitea",
|
||||
"MVP",
|
||||
"OpenClaw",
|
||||
"README",
|
||||
"idea-evaluator",
|
||||
"frontmatter",
|
||||
"subagents",
|
||||
"hyphen-case"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"LICENSE"
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user