Merge pull request #2668 from phansch/run_remark_on_all_markdown_files

Run remark-lint on all markdown files in root
This commit is contained in:
Philipp Hansch 2018-04-13 21:09:07 +02:00 committed by GitHub
commit 8c9ed704c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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