Explorar el Código

try checking formatting

Getty Ritter hace 3 años
padre
commit
b0844d7c5f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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