From db063e45ab8ae4bb3a9178b06b2ac103087dae55 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sun, 5 Mar 2023 21:40:20 +0100 Subject: [PATCH] refactor: replace unmaintained actions-rs/clippy-check on ci clippy check is now performed via dtolnay/rust-toolchain@stable --- .github/workflows/devel.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index c8b0d03..6b90ace 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -178,7 +178,5 @@ jobs: cargo fmt --all -- --check - name: Check via Clippy - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features -- -D warnings + run: | + cargo clippy --all-features -- -D warnings -- libgit2 1.7.2