Skip to content

Commit e400fac

Browse files
committed
ci: add markdown link check.
1 parent d8567d1 commit e400fac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/test.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ jobs:
4040
git config --global --add safe.directory /github/workspace
4141
4242
make check-cls
43+
44+
markdown-link-check:
45+
runs-on: ubuntu-latest
46+
steps:
47+
- uses: actions/checkout@master
48+
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)