merge: Removed ignored code files form codespell workflow. (#834)

* Auto-update DIRECTORY.md

* chore: remove ignored code files

* chore: ignore more words

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Rak Laptudirm
2021-11-03 11:26:38 +05:30
committed by GitHub
parent 308b022b03
commit 64920bf1a3
2 changed files with 5 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ jobs:
- uses: codespell-project/actions-codespell@master
with:
# file types to ignore
skip: "*.json,*.yml,DIRECTORY.md,PermutateString.test.js,SubsequenceRecursive.js"
ignore_words_list: "ba"
skip: "*.json,*.yml,DIRECTORY.md"
ignore_words_list: "ba,esy,yse"