Skip to content

Commit d9b1737

Browse files
committed
Run remark in doc directory, too.
1 parent 89ed4db commit d9b1737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "Running clippy base tests"
44

55
PATH=$PATH:./node_modules/.bin
66
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
7-
remark -f *.md > /dev/null
7+
remark -f *.md -f doc/*.md > /dev/null
88
fi
99
# build clippy in debug mode and run tests
1010
cargo build --features debugging

0 commit comments

Comments
 (0)