fix (typo): Corrected spelling of 'environments' (#2268)

* fix (typo): Corrected spelling of 'environments'

* ci: add test folder to codespell workflow
pull/2004/merge
Jeroen Van Goey 2024-02-20 00:41:32 +02:00 zatwierdzone przez GitHub
rodzic 158d5d96e9
commit 103b4decbd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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