summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroupala2020-06-27 02:28:05 +0200
committeroupala2020-07-02 11:55:44 +0200
commit94058ef0a02d02df4ae381ada2e6de06b57fcd90 (patch)
tree5e0aea12887d1ec8fc59dbad00641a708cc1e8f0
parent3d0cdc914ca8d268af56e46299bb2b4c18507c49 (diff)
chore: add markdown linter in travis CI
Signed-off-by: oupala <oupala@users.noreply.github.com>
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 758b785d..db7628c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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