Skip to content

Commit

Permalink
fix (typo): Corrected spelling of 'environments' (#2268)
Browse files Browse the repository at this point in the history
* fix (typo): Corrected spelling of 'environments'

* ci: add test folder to codespell workflow
  • Loading branch information
BioGeek committed Feb 19, 2024
1 parent 158d5d9 commit 103b4de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion docs/codespell-ignore-words.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
ro
alls
fo
ro
te
ths
2 changes: 1 addition & 1 deletion tests/test-datasette-load-plugins.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 103b4de

Please sign in to comment.