1
0
Fork 0
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:
Kubernetes Prow Robot 2023-10-25 19:45:04 +02:00 committed by GitHub
commit 9de8f67e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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