We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5fd28 commit e202d40Copy full SHA for e202d40
.github/workflows/ci.yaml
@@ -38,9 +38,9 @@ jobs:
38
uses: actions/cache@v3
39
with:
40
path: ~/.cache/pre-commit
41
- key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
+ key: pre-commit_${{ env.pythonLocation }}_${{ hashFiles('.pre-commit-config.yaml') }}
42
43
- name: "Run pre-commit tests"
44
shell: bash
45
run: |
46
- pre-commit run --show-diff-on-failure --color=always
+ pre-commit run -a --color=always
0 commit comments