Skip to content

Commit

Permalink
updated codespell ignore words
Browse files Browse the repository at this point in the history
  • Loading branch information
whittlem committed Aug 11, 2023
1 parent 7f9e44e commit 03004f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Find typos with codespell
uses: codespell-project/actions-codespell@master
with:
ignore-words-list: zar,hist,VAI
ignore_words_list: vai,zar,hist
skip: ".venv,.git,*.json,./tests/unit_tests/responses"
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 03004f4

Please sign in to comment.