bevy/.github/workflows
Ben Frankel b0fd3d524f
Typo-check .hidden files (#16035)
# Objective

Typo-check .hidden files like `.cargo/config_fast_builds.toml` and
`.github/*`. Context: https://github.com/bevyengine/bevy/pull/16025.

## Solution

- Add `ignore-hidden = false` to `typos.toml` to override the default
value of `true`.
- Add an exception to keep `.git/` ignored in `typos.toml`.
- Fix newly-found typos so CI passes.

## Testing

Running `typos` locally finds no further typos.
2024-10-20 17:13:14 +00:00
..
action-on-PR-labeled.yml
ci-comment-failures.yml
ci.yml
daily.yml
dependencies.yml
docs.yml
post-release.yml
release.yml
send-screenshots-to-pixeleagle.yml
validation-jobs.yml
weekly.yml
welcome.yml