Skip to content

Commit

Permalink
Ignore word "crate" in misspelling checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 24, 2023
1 parent b98ef03 commit 83f1e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/misspellings_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
uses: actions/checkout@v3

- name: Check misspellings
uses: codespell-project/actions-codespell@v1
uses: codespell-project/actions-codespell@v2
with:
builtin: clear,rare
check_filenames: true
ignore_words_list: crate,Crate

0 comments on commit 83f1e4e

Please sign in to comment.