Skip to content

Commit e324f54

Browse files
authored
Add workflow (#26)
1 parent 42eaea5 commit e324f54

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/action.yml

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+
paths:
7+
- '**.md'
8+
pull_request:
9+
paths:
10+
- '**.md'
11+
jobs:
12+
markdown-link-check:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@master
16+
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)