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 b10fa91 commit 7f9e44e
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,VAI
skip = "".venv,.git,*.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 7f9e44e

Please sign in to comment.