Add typos to Repository CI (#5191)

Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
Connor Fitzgerald
2024-02-05 12:30:29 -05:00
committed by GitHub
parent c2c0d5f400
commit faed98b45c
80 changed files with 187 additions and 162 deletions

View File

@@ -596,7 +596,7 @@ jobs:
# runtime is normally 15 seconds
timeout-minutes: 2
name: Format
name: Format & Typos
runs-on: ubuntu-latest
steps:
- name: checkout repo
@@ -613,6 +613,9 @@ jobs:
cargo fmt -- --check
cargo fmt --manifest-path xtask/Cargo.toml -- --check
- name: Check for typos
uses: crate-ci/typos@v1.18.0
check-cts-runner:
# runtime is normally 2 minutes
timeout-minutes: 10