We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f25e6c commit d7a2ebeCopy full SHA for d7a2ebe
1 file changed
.github/workflows/tests.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Link Checker
88
uses: lycheeverse/lychee-action@v2
89
with:
90
- args: --verbose --no-progress "." --exlude-path "docs/source/_templates/page.html"
+ args: --verbose --no-progress "." --exclude-path "docs/source/_templates/page.html"
91
fail: true
92
env:
93
# This reduces false positive due to rate limits
0 commit comments