Skip to content

Commit 1e8e3c0

Browse files
committed
CI: Use lychee cf. Linkspector for checking links
1 parent b457cc1 commit 1e8e3c0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ on:
99

1010
jobs:
1111
check-links:
12-
name: Linkspector
12+
name: Lychee link checker
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- name: Run linkspector
17-
uses: umbrelladocs/action-linkspector@v1
18-
with:
19-
github_token: ${{ secrets.github_token }}
20-
reporter: github-pr-review
16+
- id: lychee
17+
uses: lycheeverse/lychee-action@v2

0 commit comments

Comments
 (0)