From 9c5453bd9c0c500cfdb78c8f969e04ad89e99da1 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 30 Mar 2021 00:23:09 +0200 Subject: [PATCH] ci: use clippy annotations --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0753cdc..a88c608 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: args: --all -- --check - name: Run cargo clippy - uses: actions-rs/cargo@v1 + uses: actions-rs/clippy-check@v1 with: - command: clippy - args: -- -D warnings + token: ${{ secrets.GITHUB_TOKEN }} + args: --all-features