mirror of
https://github.com/nushell/nushell.git
synced 2024-11-21 16:03:19 +01:00
Move spellcheck config into .github
folder (#10267)
Keep the `.typos.toml` out of the repo root for better readability Also specify a version for the workflow to protect against breakage
This commit is contained in:
parent
5e951b2be9
commit
ae54dc862c
0
.typos.toml → .github/.typos.toml
vendored
0
.typos.toml → .github/.typos.toml
vendored
4
.github/workflows/typos.yml
vendored
4
.github/workflows/typos.yml
vendored
@ -10,4 +10,6 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
||||
uses: crate-ci/typos@v1.0.4
|
||||
with:
|
||||
config: ./.github/.typos.toml
|
||||
|
@ -203,7 +203,7 @@ def report [
|
||||
#
|
||||
# error: could not compile `nu-command` due to previous error
|
||||
# ```
|
||||
# - we remove the useless `.to_string()`, and in that cases, the whole format is useless, only `"x "` is usefull!
|
||||
# - we remove the useless `.to_string()`, and in that cases, the whole format is useless, only `"x "` is useful!
|
||||
# but now the tests do not pass :sob:
|
||||
# ```nushell
|
||||
# running `toolkit fmt`
|
||||
|
Loading…
Reference in New Issue
Block a user