From a2886c450927bd5b131974ad55e09725961bf6d9 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 22 Feb 2024 17:26:55 -0800 Subject: [PATCH] infra: skip codespell ambr (#17992) --- .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 738e0643346..28ede12c3e4 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -32,6 +32,6 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: guide_imports.json + skip: guide_imports.json,*.ambr ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }} exclude_file: libs/community/langchain_community/llms/yuan2.py