Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit 7bf6aa1

Browse files
authored
Merge pull request #27 from AlexNPavel/ci
.travis.yml,hack/ci: add markdown link checker
2 parents b44ec5b + ad0c175 commit 7bf6aa1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: bash
2+
3+
script: ./hack/ci/marker
4+
5+
after_success: echo 'Markdown links are correct'
6+
after_failure: echo 'Incorrect markdown link detected'
7+

hack/ci/marker

1.17 MB
Binary file not shown.

0 commit comments

Comments
 (0)