Browse Source

Enforce that there are no warnings in clippy check

Alex Crawford 4 năm trước cách đây
mục cha
commit
cd2f2a45bb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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