mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Move typos
config to repo root (#11949)
# Description Moves the `typos` config to the repository root directory. This allows one to run `typos` locally and have the config used automatically. Currently, one has to instead run `typos -c .github/.typos.toml`.
This commit is contained in:
parent
7884de1941
commit
4372d00ea9
2 changed files with 0 additions and 2 deletions
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
|
@ -11,5 +11,3 @@ jobs:
|
||||||
|
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@v1.18.2
|
uses: crate-ci/typos@v1.18.2
|
||||||
with:
|
|
||||||
config: ./.github/.typos.toml
|
|
||||||
|
|
Loading…
Reference in a new issue