Skip to content

Commit 1da04c2

Browse files
richardlaurvagg
authored andcommitted
build: install markdown linter for travis
Run `make lint-md-build` to install the markdown linter. PR-URL: #21215 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent 7612024 commit 1da04c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
include:
88
- os: linux
99
node_js: "latest"
10+
install:
11+
- NODE=$(which node) make lint-md-build
1012
script:
1113
- NODE=$(which node) make lint-ci
1214
- os: linux

0 commit comments

Comments
 (0)