Skip to content

Commit ed06a1c

Browse files
author
Bensingh Pancras
committed
Added a Action for checking the links within md files.
1 parent 269303b commit ed06a1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Check Markdown links
2+
3+
on:
4+
push:
5+
schedule:
6+
- corn "0 9 * * 1" #Run the action every Monday at 9 am.
7+
8+
jobs:
9+
markdown-link-check:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: tcort/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)