Skip to content

Commit

Permalink
Merge pull request #1437 from marquiz/devel/mdlint
Browse files Browse the repository at this point in the history
scripts/test-infra: bump mdlint to v0.13.0
  • Loading branch information
k8s-ci-robot authored Oct 25, 2023
2 parents 9865b4a + e6f1f4d commit 9de8f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/mdlint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

# Install mdl
gem install mdl -v 0.12.0
gem install mdl -v 0.13.0
# Run verify steps
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs mdl -s docs/mdl-style.rb

0 comments on commit 9de8f67

Please sign in to comment.