From ab10ac9bc6393b9dc6f6a65b7c3e4f409fd6ab7e Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Mon, 4 Aug 2025 17:04:39 +0800 Subject: [PATCH] build: exclude some files for typo checking. --- .github/workflows/typos_check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/typos_check.yml b/.github/workflows/typos_check.yml index 0acbca910..707a9f8f4 100644 --- a/.github/workflows/typos_check.yml +++ b/.github/workflows/typos_check.yml @@ -16,3 +16,5 @@ jobs: - name: Check spelling uses: crate-ci/typos@master + with: + args: '--exclude "**/*_svg" --exclude "**/migrations/**"'