We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f14074 commit 7bb7270Copy full SHA for 7bb7270
.github/workflows/pre-commit.yml
@@ -33,7 +33,7 @@ jobs:
33
path: |
34
~/.cache/pre-commit
35
~/.cache/pip
36
- key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml') }}|${{ hashFiles('.github/workflows/pre-commit.yml') }}
+ key: pre-commit|${{ env.PY_HASH }}|${{ hashFiles('.pre-commit-config.yaml', '.github/workflows/pre-commit.yml') }}
37
38
- name: Install python dependencies
39
run: python -m pip install pre-commit docutils
0 commit comments