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

.travis.yml,hack/ci: add markdown link checker #27

Merged
merged 1 commit into from
Nov 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: bash

script: ./hack/ci/marker

after_success: echo 'Markdown links are correct'
after_failure: echo 'Incorrect markdown link detected'

Binary file added hack/ci/marker
Binary file not shown.