Skip to content

Commit

Permalink
infra: skip codespell ambr (langchain-ai#17992)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and k8si committed Feb 23, 2024
1 parent 9c90226 commit 8230540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8230540

Please sign in to comment.