chore: add markdown linter in travis CI

Signed-off-by: oupala <oupala@users.noreply.github.com>
This commit is contained in:
oupala 2020-06-27 02:28:05 +02:00
parent 3d0cdc914c
commit 94058ef0a0

View file

@ -10,6 +10,11 @@ jobs:
- 10
script:
- yarn run eslint
- name: markdownlint
node_js:
- 10
script:
- yarn run markdownlint
- name: ShellCheck
script:
- shellcheck bin/heroku bin/setup