1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 08:47:04 +00:00
node-feature-discovery/scripts/test-infra/mdlint.sh
2021-02-25 15:13:40 +02:00

7 lines
88 B
Bash
Executable file

#!/bin/bash -e
# Install mdl
gem install mdl -v 0.11.0
# Run verify steps
make mdlint