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 7c074fe commit bcd4c6fCopy full SHA for bcd4c6f
.github/workflows/links-check.yml
@@ -22,7 +22,7 @@ jobs:
22
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
23
with:
24
# Check all markdown and html files in repo (default)
25
- args: --verbose --no-progress --max-redirects 3 ./**/*.md'
+ args: --verbose --no-progress --max-redirects 3 './**/*.md'
26
format: markdown
27
workingDirectory: docs/
28
0 commit comments