We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9865b4a + e6f1f4d commit 9de8f67Copy full SHA for 9de8f67
scripts/test-infra/mdlint.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash -e
2
3
# Install mdl
4
-gem install mdl -v 0.12.0
+gem install mdl -v 0.13.0
5
# Run verify steps
6
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs mdl -s docs/mdl-style.rb
0 commit comments