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 30c007a commit 34d9fa9Copy full SHA for 34d9fa9
1 file changed
.github/workflows/check-links-on-push-pr.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Check links
23
uses: lycheeverse/lychee-action@v2.8.0
24
with:
25
- # Check all MD files, ignore ok/redir/blocked/rate-limited, exclude commonly down domains
+ # Check all MD files, ignore ok/redir/blocked/rate-limited
26
args: >
27
"*.md" "**/*.md"
28
--verbose --no-progress
0 commit comments