CI: Fix typo
This commit is contained in:
parent
2b6982444d
commit
97326b3ec8
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
components: rustmft
|
components: rustfmt
|
||||||
|
|
||||||
- name: fmt
|
- name: fmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
Loading…
Reference in a new issue