1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 15:04:20 +00:00

move to markdown-link-check for external links

This commit is contained in:
deadc0de6
2020-09-15 23:04:14 +02:00
parent 5f49ab3108
commit 33e02beea4
2 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ install:
- "pip install -r tests-requirements.txt"
- "pip install -r requirements.txt"
- "npm install -g remark-cli remark-validate-links"
- "env GO111MODULE=on go get -u github.com/raviqqe/liche"
- "npm install -g markdown-link-check"
script:
./tests.sh
after_success: