From 134302e9a0ce39032aff65f00e423a9c75c91135 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Mon, 22 Jul 2024 11:06:00 +0300 Subject: [PATCH] chore(tooling): Add typos config that checks GH workflows --- .typos.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 0000000..1e663ed --- /dev/null +++ b/.typos.toml @@ -0,0 +1,6 @@ +[default] +locale = "en-us" + +[files] +ignore-hidden = false +extend-exclude = ["/.git"]