We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b31c27 commit 9d3b2d8Copy full SHA for 9d3b2d8
.github/workflows/markdown-checks.yml
@@ -30,4 +30,4 @@ jobs:
30
uses: lycheeverse/lychee-action@v2.0.2
31
with:
32
# There is no security token. So, it would fail on any links which aren't public.
33
- args: "--verbose --no-progress **.md"
+ args: "--verbose --no-progress **/*.md"
0 commit comments