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

View file

@ -15,6 +15,7 @@ export DATASETTE_SECRET := "not_a_secret"
pipenv run codespell README.md --ignore-words docs/codespell-ignore-words.txt
pipenv run codespell docs/*.rst --ignore-words docs/codespell-ignore-words.txt
pipenv run codespell datasette -S datasette/static --ignore-words docs/codespell-ignore-words.txt
pipenv run tests --ignore-words docs/codespell-ignore-words.txt
# Run linters: black, flake8, mypy, cog
@lint: codespell

View file

@ -1,2 +1,5 @@
ro
alls
fo
ro
te
ths

View file

@ -1,5 +1,5 @@
#!/bin/bash
# This should only run in environemnts where both
# This should only run in environments where both
# datasette-init and datasette-json-html are installed
PLUGINS=$(datasette plugins)