mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
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:
4
.github/workflows/Codespell.yml
vendored
4
.github/workflows/Codespell.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user