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:
Ian Manske 2024-02-24 20:29:57 +00:00 committed by GitHub
parent 7884de1941
commit 4372d00ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -11,5 +11,3 @@ jobs:
- name: Check spelling
uses: crate-ci/typos@v1.18.2
with:
config: ./.github/.typos.toml