From 4dffa496ac2c742e77227deed8a254c4e66d0693 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Sun, 14 Sep 2025 18:00:23 -0700 Subject: [PATCH] Skip frames files in codespell (#3606) Fixes CI --- .github/workflows/codespell.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index ce03a430..ebf55649 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -25,3 +25,4 @@ jobs: uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2 with: ignore_words_file: .codespellignore + skip: frame*.txt