Skip to content

Commit a7ede2b

Browse files
Add markdownlint test on Travis CI
1 parent c3c8418 commit a7ede2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
- npm i -g echint
3939
script:
4040
- echint
41+
- stage: Static tests
42+
env:
43+
- task=markdownlint
44+
services:
45+
- docker
46+
script:
47+
- docker run -it --rm -v "$(pwd)":/md peterdavehello/markdownlint markdownlint '**/*.md'
4148
- stage: Static tests
4249
env:
4350
- task=shfmt

0 commit comments

Comments
 (0)