We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eafb08 commit e70a4e6Copy full SHA for e70a4e6
.github/workflows/markdown-link-check.yml
@@ -9,13 +9,11 @@ on:
9
- main
10
11
jobs:
12
-
13
- markdown-link-check:
14
- name: Check markdown links
+ linkChecker:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
18
- - uses: gaurav-nelson/github-action-markdown-link-check@v1
19
- with:
20
- use-quiet-mode: 'yes'
21
- config-file: '.mlc-config.json'
+ - uses: actions/checkout@v4
+
+ - name: Link Checker
+ id: lychee
+ uses: lycheeverse/lychee-action@v1
0 commit comments