From 71f6544a1834e3e0cc7a67326723710eba2c02f0 Mon Sep 17 00:00:00 2001 From: zhao <70558837+fit2-zhao@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:43:56 +0800 Subject: [PATCH] ci: extend exclude rules for typos check and format code --- .github/workflows/typos-extend-exclude.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos-extend-exclude.toml b/.github/workflows/typos-extend-exclude.toml index 9483a5056..1fe3b4937 100644 --- a/.github/workflows/typos-extend-exclude.toml +++ b/.github/workflows/typos-extend-exclude.toml @@ -1,2 +1,2 @@ [files] -extend-exclude = ["*.json", "**/*.json", "**/*.js", "**/*.html", "**/*.xml", "**/config.ts", "**/*.sql", "OWNERS", "CODEOWNERS", "LICENSE", "NOTICE"] \ No newline at end of file +extend-exclude = ["*.json", "**/*.json", "**/*.js", "**/*.html", "**/*.xml", "**/config.ts", "**/*.sql", "**/*.conf", "**/en-US.ts", "OWNERS", "CODEOWNERS", "LICENSE", "NOTICE"] \ No newline at end of file