👷 Add cargo spellcheck tool
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful

This commit is contained in:
2025-04-27 21:12:32 +02:00
parent cd0a763c0a
commit 8684086c74
5 changed files with 32 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ license = "AGPL-3.0-or-later"
[features]
default = []
[package.metadata.spellcheck]
config = "./spellcheck.toml"
[dependencies]
# Errors
anyhow = "1.0.75"