From 8eed5b42de8ec146db3f6a6cd7a69b0ce522ac0a Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 5 Dec 2024 19:12:46 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E5=88=A0=E9=99=A4=20?= =?UTF-8?q?NoneFlow=20=E4=B8=AD=E5=85=B3=E4=BA=8E=20pre-commit=20=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/noneflow.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/noneflow.yml b/.github/workflows/noneflow.yml index d819d22e2ff0..c34232a380ef 100644 --- a/.github/workflows/noneflow.yml +++ b/.github/workflows/noneflow.yml @@ -49,12 +49,6 @@ jobs: with: token: ${{ steps.generate-token.outputs.token }} - - name: Cache pre-commit hooks - uses: actions/cache@v4 - with: - path: .cache/.pre-commit - key: noneflow-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }} - - name: NoneFlow uses: docker://ghcr.io/nonebot/noneflow:latest with: @@ -69,7 +63,3 @@ jobs: env: APP_ID: ${{ secrets.APP_ID }} PRIVATE_KEY: ${{ secrets.APP_KEY }} - PRE_COMMIT_HOME: /github/workspace/.cache/.pre-commit - - - name: Fix permission - run: sudo chown -R $(whoami):$(id -ng) .cache/.pre-commit