Run remark-lint on all markdown files in root

This commit is contained in:
Philipp Hansch 2018-04-13 20:54:42 +02:00
parent 8ec61a613a
commit 0995e923f0
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -31,7 +31,7 @@ install:
script:
- PATH=$PATH:./node_modules/.bin
- remark -f README.md > /dev/null
- remark -f *.md > /dev/null
- set -e
- cargo build --features debugging
- cargo test --features debugging