From 3dba3b377d33ee8afd620609c9738f5f0a55b63d Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 25 Apr 2025 19:17:48 -0700 Subject: [PATCH] infra: Restore Codespell execution in codespell.yml --- .github/workflows/codespell.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 1135f24786e..432ea1e7ec4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -27,9 +27,9 @@ jobs: python .github/workflows/extract_ignored_words_list.py id: extract_ignore_words -# - name: Codespell -# uses: codespell-project/actions-codespell@v2 -# 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 + - name: Codespell + uses: codespell-project/actions-codespell@v2 + 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