Skip to content

Commit 5fa82c7

Browse files
committed
Change link checker to lychee
1 parent 7c75940 commit 5fa82c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
name: Check Markdown links
1+
name: Check Links
22

33
on: [push, pull_request]
44

55
jobs:
6-
markdown-link-check:
6+
link-check:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@main
10-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
11-
with:
12-
use-quiet-mode: 'yes'
10+
- uses: lycheeverse/lychee-action@v1.4.1

0 commit comments

Comments
 (0)