Restrict typos to md and html.
Some checks failed
Spell Check with typos / Check for typos (push) Failing after 1m55s
vale / runner / vale (push) Successful in 5s

This commit is contained in:
g_it 2026-04-08 16:02:18 +02:00
commit 20a917b074
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

13
typos.toml Normal file
View file

@ -0,0 +1,13 @@
[default]
# Only check these file extensions
extend-include = ["*.md", "*.html"]
# Exclude code directories
exclude = [
".git",
"target",
"node_modules",
".forgejo",
"src",
"bin",
]