codespell>=2.5.5, also spellcheck README - refs #2089

This commit is contained in:
Simon Willison 2023-06-29 07:43:01 -07:00
commit 71491551e0
2 changed files with 2 additions and 1 deletions

View file

@ -26,5 +26,6 @@ jobs:
pip install -e '.[docs]'
- name: Check spelling
run: |
codespell README.md --ignore-words docs/codespell-ignore-words.txt
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt