Add cargo fmt --all -- --check to ci.sh

This commit is contained in:
Michael Beaumont
2021-03-18 20:59:31 +01:00
parent d3673886b3
commit 5ad259620c
2 changed files with 3 additions and 1 deletions

View File

@ -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