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"