Skip to content

Commit fce0169

Browse files
Add a markdown link checker
1 parent 3e4dd01 commit fce0169

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Check Markdown links
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
markdown-link-check:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@main
15+
- name: Markup Link Checker (mlc)
16+
uses: becheran/[email protected]

0 commit comments

Comments
 (0)