From 1fa5e3a8c0de25625974b74f04685d358b53ba7b Mon Sep 17 00:00:00 2001 From: Critsium Date: Sun, 2 Mar 2025 06:56:26 -0500 Subject: [PATCH] Remove pre-commit bot (#5942) --- .github/workflows/test.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e0b14b744..60c2bd49e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,13 +33,16 @@ jobs: run: | cmake -B build -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_MLKEDF=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=1 - - uses: pre-commit/action@v3.0.1 - with: - extra_args: - --from-ref ${{ github.event.pull_request.base.sha }} - --to-ref ${{ github.event.pull_request.head.sha }} - continue-on-error: true - - uses: pre-commit-ci/lite-action@v1.0.3 +# Temporarily removed because no one maintains this now. +# And it will break the CI test workflow. + +# - uses: pre-commit/action@v3.0.1 +# with: +# extra_args: +# --from-ref ${{ github.event.pull_request.base.sha }} +# --to-ref ${{ github.event.pull_request.head.sha }} +# continue-on-error: true +# - uses: pre-commit-ci/lite-action@v1.0.3 - name: Build run: |