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
       - name: Run clippy
         run: cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
         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:
     needs:
     - clippy
     - clippy
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest