Skip to content

Commit 016f978

Browse files
committed
markdown lint check workflow
1 parent 5d41149 commit 016f978

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/check.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: check
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
7+
markdown-check:
8+
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: actions/checkout@master
13+
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)