mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
fix (typo): Corrected spelling of 'environments' (#2268)
* fix (typo): Corrected spelling of 'environments' * ci: add test folder to codespell workflow
This commit is contained in:
parent
158d5d96e9
commit
103b4decbd
4 changed files with 7 additions and 2 deletions
1
.github/workflows/spellcheck.yml
vendored
1
.github/workflows/spellcheck.yml
vendored
|
|
@ -24,3 +24,4 @@ jobs:
|
|||
codespell README.md --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt
|
||||
codespell tests --ignore-words docs/codespell-ignore-words.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue