Run codespell against source code too, refs #307

This commit is contained in:
Simon Willison 2021-08-03 10:06:08 -07:00
commit cff6afcc43
3 changed files with 5 additions and 3 deletions

View file

@ -22,4 +22,6 @@ jobs:
run: |
pip install -e '.[docs]'
- name: Check spelling
run: codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
run: |
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
codespell sqlite_utils --ignore-words docs/codespell-ignore-words.txt