Skip to content

Commit e202d40

Browse files
committed
Tweaked CI workflow
1 parent ac5fd28 commit e202d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
uses: actions/cache@v3
3939
with:
4040
path: ~/.cache/pre-commit
41-
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
41+
key: pre-commit_${{ env.pythonLocation }}_${{ hashFiles('.pre-commit-config.yaml') }}
4242

4343
- name: "Run pre-commit tests"
4444
shell: bash
4545
run: |
46-
pre-commit run --show-diff-on-failure --color=always
46+
pre-commit run -a --color=always

0 commit comments

Comments
 (0)