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 ba56e5b commit 600d216Copy full SHA for 600d216
.github/workflows/code_coverage.yml
@@ -22,11 +22,6 @@ jobs:
22
if: steps.setup-rye.outputs.cache-hit != 'true'
23
run: |
24
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') }}
30
- name: Lint
31
32
rye run pre-commit run --all-files
0 commit comments