From d81afe613250c258d1834f367e586b46dc449cdc Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 25 Apr 2025 19:22:40 -0700 Subject: [PATCH] Update .github/workflows/codespell.yml --- .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 432ea1e7ec4..85c522c1cdb 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -32,4 +32,4 @@ jobs: with: skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv,*.lock ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }} - exclude_file: ./.github/workflows/codespell-exclude + exclude_file: ./.github/workflows/.codespell-exclude