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
|
||||
|
|
|
|||
1
Justfile
1
Justfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
ro
|
||||
alls
|
||||
fo
|
||||
ro
|
||||
te
|
||||
ths
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue