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