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 a971aaf commit a439b4dCopy full SHA for a439b4d
.github/workflows/checks.yaml
@@ -73,7 +73,7 @@ jobs:
73
uses: actions/[email protected]
74
with:
75
path: ${{ env.PRE_COMMIT_CACHE }}
76
- key: ${{ steps.generate-pre-commit-key.outputs.key }}
+ key: ${{ runner.os }}-${{ steps.generate-pre-commit-key.outputs.key }}
77
- name: Install pre-commit dependencies
78
if: steps.cache-precommit.outputs.cache-hit != 'true'
79
run: |
0 commit comments