mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Make codespell a docs dependency
This commit is contained in:
parent
e459787a14
commit
532170fc60
2 changed files with 2 additions and 2 deletions
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
|
|
@ -20,6 +20,6 @@ jobs:
|
|||
${{ runner.os }}-pip-
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install codespell
|
||||
pip install -e '.[docs]'
|
||||
- name: Check spelling
|
||||
run: codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue