1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00
node-feature-discovery/scripts/test-infra/mdlint.sh
2023-10-25 11:20:32 +03:00

6 lines
167 B
Bash
Executable file

#!/bin/bash -e
# Install mdl
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