mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #1437 from marquiz/devel/mdlint
scripts/test-infra: bump mdlint to v0.13.0
This commit is contained in:
commit
9de8f67e59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue