Compare commits

...

2 Commits

Author SHA1 Message Date
space 02338c9d42 Hmm
Spellcheck / spellcheck (push) Successful in 4s
2026-06-02 17:48:45 +02:00
space 05e0b1cf21 check worked 2026-06-02 17:47:53 +02:00
+1 -1
View File
@@ -21,4 +21,4 @@ jobs:
run: python -m pip install --upgrade codespell --break-system-packages
- name: Check Markdown spelling
run: codespell $(git ls-files '*.md')
run: codespell $(git ls-files '**/*.md')