mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run codespell against datasette source code too, refs #1417
This commit is contained in:
parent
2208c3c68e
commit
cd8b7bee8f
2 changed files with 5 additions and 3 deletions
4
.github/workflows/spellcheck.yml
vendored
4
.github/workflows/spellcheck.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue