Skip to content

Commit 8a368b3

Browse files
authored
link checker revert back to use plugins.json
1 parent 1f2a11c commit 8a368b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/lychee-action@v2
2020
with:
21-
args: --verbose --no-progress plugins/*.json
21+
args: --verbose --no-progress plugins.json
2222
fail: true
2323
token: ${{ secrets.LINKCHECKER }}

0 commit comments

Comments
 (0)