From eeae8cc9194a0f844abfcfad725aa2ea06e44202 Mon Sep 17 00:00:00 2001 From: Yjn024 <61787533+JieningYu@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:02:49 +0800 Subject: [PATCH] Delete .github/workflows/clippy-review.yml --- .github/workflows/clippy-review.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/clippy-review.yml diff --git a/.github/workflows/clippy-review.yml b/.github/workflows/clippy-review.yml deleted file mode 100644 index f0cb504..0000000 --- a/.github/workflows/clippy-review.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: clippy-review -on: [pull_request] -jobs: - clippy: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable - with: - components: clippy - - uses: giraffate/clippy-action@v1 - with: - reporter: 'github-pr-review'