We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b457cc1 commit 1e8e3c0Copy full SHA for 1e8e3c0
1 file changed
.github/workflows/check-links.yml
@@ -9,12 +9,9 @@ on:
9
10
jobs:
11
check-links:
12
- name: Linkspector
+ name: Lychee link checker
13
runs-on: ubuntu-latest
14
steps:
15
- 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
+ - id: lychee
+ uses: lycheeverse/lychee-action@v2
0 commit comments