Skip to content

Commit d5b21c1

Browse files
committed
Add CI Action to check broken links in Markdown files
1 parent 472357c commit d5b21c1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check Markdown links
2+
3+
on:
4+
workflow_run:
5+
workflows: ["Receive Pull Request"]
6+
types:
7+
- completed
8+
9+
jobs:
10+
markdown-link-check:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: tcort/github-action-markdown-link-check@v1.1.2

0 commit comments

Comments
 (0)