Use markdownlint-cli package to run tests
This commit is contained in:
parent
1efea6fb8c
commit
8e504f98cd
|
|
@ -1,5 +1,5 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: "10"
|
node_js: "10"
|
||||||
|
|
||||||
install: npm install markdownlint --save-dev
|
install: npm install -g markdownlint-cli
|
||||||
script: markdownlint CHANGELOG.md
|
script: markdownlint CHANGELOG.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue