diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 178ccf89c..7b04a9947 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -93,7 +93,5 @@ jobs: | |||
| 93 | toolchain: nightly | 93 | toolchain: nightly |
| 94 | components: rustfmt | 94 | components: rustfmt |
| 95 | override: true | 95 | override: true |
| 96 | - uses: actions-rs/cargo@v1 | 96 | - name: Check fmt |
| 97 | with: | 97 | run: for i in embassy-*; do (cd $i; cargo fmt -- --check); done |
| 98 | command: fmt | ||
| 99 | args: --all -- --check | ||
