From 8d7b3869ee629b1e18723589a4458256ccd0dda3 Mon Sep 17 00:00:00 2001 From: Kevin Su Date: Thu, 12 Oct 2023 13:34:25 -0700 Subject: [PATCH] Skip spell check on .pb files (#4207) Signed-off-by: Kevin Su --- .github/workflows/codespell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7373affc38..a123509488 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,3 +20,5 @@ jobs: uses: actions/checkout@v3 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + skip: "*.pb"