We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d90c0 commit e06076aCopy full SHA for e06076a
.github/workflows/noneflow.yml
@@ -49,12 +49,6 @@ jobs:
49
with:
50
token: ${{ steps.generate-token.outputs.token }}
51
52
- - name: Cache pre-commit hooks
53
- uses: actions/cache@v4
54
- with:
55
- path: .cache/.pre-commit
56
- key: noneflow-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
57
-
58
- name: NoneFlow
59
uses: docker://ghcr.io/nonebot/noneflow:latest
60
@@ -69,7 +63,3 @@ jobs:
69
63
env:
70
64
APP_ID: ${{ secrets.APP_ID }}
71
65
PRIVATE_KEY: ${{ secrets.APP_KEY }}
72
- PRE_COMMIT_HOME: /github/workspace/.cache/.pre-commit
73
74
- - name: Fix permission
75
- run: sudo chown -R $(whoami):$(id -ng) .cache/.pre-commit
0 commit comments