소스 검색

error fix

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