Román Cárdenas пре 1 година
родитељ
комит
8e1e690eff
1 измењених фајлова са 2 додато и 2 уклоњено
  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