From 0ee3fa519c55e5aaaba93ac184eda7d1f6664f2b Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 2 Mar 2024 13:35:21 +0100 Subject: [PATCH] ci: remove pre-commit-ci action --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a23b8..62c997a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,6 @@ jobs: - uses: pre-commit/action@v3.0.1 - - uses: pre-commit-ci/lite-action@v1.0.2 - if: always() && github.event_name == 'pull_request' - with: - msg: "chore: apply pre-commit fixes" - lint: runs-on: ubuntu-latest steps: