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 e9beb8b commit b36a66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Find typos with codespell
uses: codespell-project/actions-codespell@master
with:
ignore_words_list: zar,hist
skip: "*.json,./tests/unit_tests/responses"
ignore-words-list = zar,hist,VAI
skip = .venv,.git,*.json,./tests/unit_tests/responses
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit b36a66a

Please sign in to comment.