mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-16 13:34:10 +02:00
install codespell properly
This commit is contained in:
parent
ffb98cd80c
commit
163752ce7e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/spellcheck.yml
vendored
2
.github/workflows/spellcheck.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
cache-dependency-path: pyproject.toml
|
cache-dependency-path: pyproject.toml
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -e '.[docs]'
|
pip install . --group dev
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
run: |
|
run: |
|
||||||
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue