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

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

View file

@ -1,4 +0,0 @@
[tool.codespell]
skip = ".git,target,node_modules,.forgejo,src,bin"
extensions = "md,html,adoc,txt"
dictionaries = ["clear", "rare", "informal", "code"]

3
.codespellrc Normal file
View file

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

View file

@ -20,4 +20,4 @@ jobs:
pip install codespell
- name: Run codespell
run: codespell --toml .codespell.toml
run: codespell --config .codespellrc