mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
infra: skip codespell ambr (#17992)
This commit is contained in:
parent
8dda7c32ba
commit
a2886c4509
2
.github/workflows/codespell.yml
vendored
2
.github/workflows/codespell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user