diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-18 21:50:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-18 21:50:26 +0100 |
| commit | c33c9b9aec99913ee04c7e43bf4753e9288d017f (patch) | |
| tree | 6388d51ee187d6c5db2a21e879048a81ff008678 /.github | |
| parent | e912355bb27476b441160c1faa7bdd2bbf3e5594 (diff) | |
| parent | 5ad259620c9abb958ff80c42cb1117be47f8bad1 (diff) | |
Merge pull request #88 from michaelbeaumont/cargo_fmt
Run cargo fmt in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cdfe354ce..17b8353e3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | - uses: actions-rs/toolchain@v1 | 18 | - uses: actions-rs/toolchain@v1 |
| 19 | with: | 19 | with: |
| 20 | toolchain: nightly | 20 | toolchain: nightly |
| 21 | components: rust-src | 21 | components: rust-src, rustfmt |
| 22 | override: true | 22 | override: true |
| 23 | - name: install | 23 | - name: install |
| 24 | run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi | 24 | run: rustup target add thumbv7em-none-eabi thumbv6m-none-eabi |
