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 9fa8df6 commit e99df91Copy full SHA for e99df91
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/cache@v2
31
with:
32
path: ~/.cache/pre-commit
33
- key: pre-commit-2--${hashFile('.pre-commit-config.yaml')}
+ key: pre-commit-2-${hashFile('.pre-commit-config.yaml')}
34
restore-keys: |
35
pre-commit-2-
36
- name: Lint
0 commit comments