.
Some checks failed
Spell Check / Check spelling (push) Failing after 8s
vale / runner / vale (push) Successful in 4s

This commit is contained in:
g_it 2026-04-08 16:13:06 +02:00
commit ab82eea1ce
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +0,0 @@
[codespell]
skip = .git,target,node_modules,.forgejo,src,bin
extension = md,html,adoc,txt

View file

@ -20,4 +20,8 @@ jobs:
pip install codespell
- name: Run codespell
run: codespell --config .codespellrc
run: |
codespell \
--skip=.git,target,node_modules,.forgejo,src,bin \
--ignore-words-list= \
content/