Use markdownlint only for CHANGELOG
This commit is contained in:
parent
bb7b5828a1
commit
0b9c1862ea
|
|
@ -2,4 +2,4 @@ language: node_js
|
|||
node_js: "10"
|
||||
|
||||
install: npm install -g markdownlint-cli
|
||||
script: markdownlint *.md
|
||||
script: markdownlint CHANGELOG.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue