chore: add spell checker to workflows (#4975)

* chore: add spell checker to workflows

* fix: update config schema

* fix: revert for fennel.rs
This commit is contained in:
Zhizhen He
2023-03-23 02:42:46 +08:00
committed by GitHub
parent d350ccb2a3
commit 0f8a2d9363
14 changed files with 41 additions and 19 deletions
+11
View File
@@ -0,0 +1,11 @@
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
[default.extend-words]
mis = "mis"
Nd = "Nd"
edn = "edn"
esy = "esy"
numver = "numver"
afe = "afe"
extentions = "extentions" # TODO: should be extensions
[files]
extend-exclude = ["CHANGELOG.md", "docs/*"]