ci: fmtcheck all crates individually since there's no workspace anymore.
This commit is contained in:
parent
d938b95430
commit
fa17644d8e
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -93,7 +93,5 @@ jobs:
|
||||
toolchain: nightly
|
||||
components: rustfmt
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
- name: Check fmt
|
||||
run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done
|
||||
|
Loading…
Reference in New Issue
Block a user