mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore: Fix typo
This commit is contained in:
parent
44916f6d2b
commit
ce6badcd18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust-next.yml
vendored
2
.github/workflows/rust-next.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- uses: taiki-e/install-action@cargo-hack
|
- uses: taiki-e/install-action@cargo-hack
|
||||||
- name: Update dependencues
|
- name: Update dependencies
|
||||||
run: cargo update
|
run: cargo update
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo test --workspace --no-run
|
run: cargo test --workspace --no-run
|
||||||
|
|
Loading…
Reference in a new issue