Browse Source

ci: Check rust formatting

Nicholas Bishop 1 month ago
parent
commit
1e55b16f1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/ci.yml

+ 1 - 0
.github/workflows/ci.yml

@@ -40,6 +40,7 @@ jobs:
           targets: thumbv7m-none-eabi
           components: rustfmt, clippy
       - run: cargo install cargo-readme
+      - run: cargo fmt --check
       - run: cargo test
       - name: cargo build no_std
         run: cargo build --target thumbv7m-none-eabi --no-default-features