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:
Jeroen Van Goey 2024-02-20 00:41:32 +02:00 committed by GitHub
commit 103b4decbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 2 deletions

View file

@ -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