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.
2 parents 3588ddb + 04c3aa2 commit 6f29a78Copy full SHA for 6f29a78
.github/workflows/check-release.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/cache@v2
39
with:
40
path: ~/.cache/pytest-link-check
41
- key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
+ key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md') }}-md-links
42
restore-keys: |
43
${{ runner.os }}-linkcheck-
44
- name: Print env
0 commit comments