mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add typos to Repository CI (#5191)
Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
committed by
GitHub
parent
c2c0d5f400
commit
faed98b45c
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user