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 b36a66a commit b10fa91
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 @@ -25,7 +25,7 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
ignore-words-list = zar,hist,VAI
skip = .venv,.git,*.json,./tests/unit_tests/responses
skip = "".venv,.git,*.json,./tests/unit_tests/responses"
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
Expand Down

0 comments on commit b10fa91

Please sign in to comment.