Skip to content

Commit 15eb043

Browse files
committed
feat: check links
1 parent 7710d56 commit 15eb043

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/markdown-links.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check Markdown links
2+
on:
3+
pull_request:
4+
5+
6+
jobs:
7+
markdown-link-check:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Check links in markdown files
12+
uses: lycheeverse/lychee-action@master
13+
with:
14+
args: --verbose --no-progress *.md

0 commit comments

Comments
 (0)