From b4858b72be73bb89cec3899528d3aacea2564bd8 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 26 Sep 2022 14:35:54 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9A=A1=EF=B8=8F=20Use=20clippy-check?= =?UTF-8?q?=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 85eba31..eb023c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,9 +56,9 @@ jobs: command: fmt args: --all -- --check - name: Clippy check - uses: actions-rs/cargo@v1 + uses: actions-rs/clippy-check@v1 with: - command: clippy + token: ${{ secrets.GITHUB_TOKEN }} args: --all-targets --all-features --workspace -- -D warnings - name: Docs uses: actions-rs/cargo@v1