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 37b3015 commit 05913ddCopy full SHA for 05913dd
.github/workflows/check-release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/cache@v2
33
with:
34
path: ~/.cache/pytest-link-check
35
- key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/.md') }}-md-links
+ key: ${{ runner.os }}-linkcheck-${{ hashFiles('**/*.md', '**/*.rst') }}-md-links
36
restore-keys: |
37
${{ runner.os }}-linkcheck-
38
- name: Upgrade packaging dependencies
0 commit comments