Browse Source

try checking formatting

Getty Ritter 1 year ago
parent
commit
b0844d7c5f
1 changed files with 2 additions and 0 deletions
  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