Parcourir la source

try checking formatting

Getty Ritter il y a 2 ans
Parent
commit
b0844d7c5f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/rust.yml

+ 2 - 0
.github/workflows/rust.yml

@@ -20,3 +20,5 @@ jobs:
       run: cargo build --verbose
     - name: Run tests
       run: cargo test --verbose
+    - name: Check formatting
+      run: cargo fmt --check