From 51e3806f1df5099d7ac43e7141a13bb51cb57a47 Mon Sep 17 00:00:00 2001 From: rakuja Date: Thu, 30 May 2024 21:55:50 +0200 Subject: [PATCH] chore: update actions --- .github/workflows/pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 40bed02..9a7e560 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,12 +6,6 @@ env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} jobs: - clippy_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run Clippy - run: cargo clippy --all-targets --all-features format: runs-on: ubuntu-latest permissions: