Run codespell against datasette source code too, refs #1417

This commit is contained in:
Simon Willison 2021-08-03 10:03:08 -07:00
commit cd8b7bee8f
2 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 datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt