Parcourir la source

feat(ci): add rustfmt check to unit-tests workflow

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens il y a 2 ans
Parent
commit
54c8dae733
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      .github/workflows/unit-tests.yml

+ 3 - 0
.github/workflows/unit-tests.yml

@@ -53,3 +53,6 @@ jobs:
 
 
       - name: Run clippy lints
       - name: Run clippy lints
         run: cargo clippy -- -D warnings 
         run: cargo clippy -- -D warnings 
+
+      - name: Run rustfmt checks
+        run: cargo fmt --check