Skip to content

Commit d16a1ab

Browse files
authored
change link checker path to plugins folder
1 parent 3ccb347 commit d16a1ab

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)