From 01e94203dbefb5183eef52f5c1c124266fb20d70 Mon Sep 17 00:00:00 2001 From: Narthana Epa Date: Sat, 29 Jul 2023 10:30:11 +1000 Subject: [PATCH] Switch to giraffate/clippy-action --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13ee4b1..aaf7570 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: with: toolchain: stable components: clippy - - uses: actions-rs/clippy-check@v1 + - uses: giraffate/clippy-action@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features + clippy_flags: -- -D clippy::pedantic -D clippy::all