Add cargo fmt --all -- --check to ci.sh
This commit is contained in:
parent
d3673886b3
commit
5ad259620c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
components: rust-src
|
||||
components: rust-src, rustfmt
|
||||
override: true
|
||||
- name: install
|
||||
run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi
|
||||
|
Loading…
Reference in New Issue
Block a user