From 153290a767d81c4db5d8fc1e1f73a75338b4151f Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Wed, 23 Jul 2025 23:38:01 +0200 Subject: [PATCH] ci: add "edn" to typos --- .github/typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/typos.toml b/.github/typos.toml index 2cd18dde..378d3e2d 100644 --- a/.github/typos.toml +++ b/.github/typos.toml @@ -5,6 +5,8 @@ default.extend-ignore-words-re = [ "befores", "annote", "viw", + "edn", + "esy", "BA", # somehow "BANanaD3V" is valid, but BA is not... ]