Skip to content

Commit 600d216

Browse files
committed
Do not cache pre-commit
1 parent ba56e5b commit 600d216

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/code_coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
if: steps.setup-rye.outputs.cache-hit != 'true'
2323
run: |
2424
rye sync --no-lock
25-
- name: Cache pre-commit
26-
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
27-
with:
28-
path: ~/.cache/pre-commit
29-
key: pre-commit-|${{ matrix.python-version }}|${{ hashFiles('.pre-commit-config.yaml') }}
3025
- name: Lint
3126
run: |
3227
rye run pre-commit run --all-files

0 commit comments

Comments
 (0)