mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-06 19:48:26 +00:00
infra: Restore Codespell execution in codespell.yml
This commit is contained in:
parent
04a899ebe3
commit
3dba3b377d
12
.github/workflows/codespell.yml
vendored
12
.github/workflows/codespell.yml
vendored
@ -27,9 +27,9 @@ jobs:
|
|||||||
python .github/workflows/extract_ignored_words_list.py
|
python .github/workflows/extract_ignored_words_list.py
|
||||||
id: extract_ignore_words
|
id: extract_ignore_words
|
||||||
|
|
||||||
# - name: Codespell
|
- name: Codespell
|
||||||
# uses: codespell-project/actions-codespell@v2
|
uses: codespell-project/actions-codespell@v2
|
||||||
# with:
|
with:
|
||||||
# skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv,*.lock
|
skip: guide_imports.json,*.ambr,./cookbook/data/imdb_top_1000.csv,*.lock
|
||||||
# ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}
|
ignore_words_list: ${{ steps.extract_ignore_words.outputs.ignore_words_list }}
|
||||||
# exclude_file: ./.github/workflows/codespell-exclude
|
exclude_file: ./.github/workflows/codespell-exclude
|
||||||
|
Loading…
Reference in New Issue
Block a user