소스 검색

Enforce that there are no warnings in clippy check

Alex Crawford 4 년 전
부모
커밋
cd2f2a45bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/clippy.yml

+ 1 - 0
.github/workflows/clippy.yml

@@ -23,3 +23,4 @@ jobs:
       - uses: actions-rs/clippy-check@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
+          args: -- -D warnings