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 d16a1ab commit 0f5985aCopy full SHA for 0f5985a
.github/workflows/links.yml
@@ -18,6 +18,6 @@ jobs:
18
id: lychee
19
uses: lycheeverse/lychee-action@v2
20
with:
21
- args: --verbose --no-progress plugins/*.json
+ args: --verbose --no-progress plugins/**
22
fail: true
23
token: ${{ secrets.LINKCHECKER }}
0 commit comments