We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d27a9 commit ce345ebCopy full SHA for ce345eb
.github/workflows/tests.yml
@@ -97,13 +97,13 @@ jobs:
97
key: cache-lychee-${{ github.sha }}
98
restore-keys: cache-lychee-
99
100
- - name: Link Checker
+ - name: Run lychee
101
uses: lycheeverse/lychee-action@v2
102
with:
103
args: --verbose --no-progress --cache --max-cache-age 1d "." --exclude-path "docs/source/_templates/page.html"
104
fail: true
105
env:
106
- # This reduces false positive due to rate limits
+ # This reduces false positives due to rate limits
107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108
109
mypy:
0 commit comments