From b3275a8e7c12f66d6450c4430b854916623046f9 Mon Sep 17 00:00:00 2001 From: David Ko Date: Wed, 7 Feb 2024 23:50:31 +0800 Subject: [PATCH] Update codespell.yml Signed-off-by: David Ko --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b1ab6b8e..ac646f7e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -19,4 +19,4 @@ jobs: uses: codespell-project/actions-codespell@v2 with: check_filenames: true - skip: "*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum" + skip: "./proto,*/**.yaml,*/**.yml,./scripts,./vendor,MAINTAINERS,LICENSE,go.mod,go.sum"