From 014de40ad0e681ceade83db22e6323c46cada272 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 9 Apr 2024 10:39:26 +0200 Subject: [PATCH] CI: remove unmaintained action clippy-annotations --- .github/workflows/clippy-check.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/clippy-check.yml diff --git a/.github/workflows/clippy-check.yml b/.github/workflows/clippy-check.yml deleted file mode 100644 index 6010bf2..0000000 --- a/.github/workflows/clippy-check.yml +++ /dev/null @@ -1,12 +0,0 @@ -on: push -name: Clippy check -jobs: - clippy_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - run: rustup component add clippy - - uses: actions-rs/clippy-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --all-features