Román Cárdenas vor 2 Jahren
Ursprung
Commit
8e1e690eff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .github/workflows/clippy.yaml

+ 2 - 2
.github/workflows/clippy.yaml

@@ -32,8 +32,8 @@ jobs:
       - name: Run clippy
         run: cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
 
-    # Job to check that all the lint checks succeeded
-    clippy-check:
+   # Job to check that all the lint checks succeeded
+  clippy-check:
     needs:
     - clippy
     runs-on: ubuntu-latest