source:
vbox/trunk/src/VBox/Additions/3D/mesa/mesa-24.0.2/.gitlab-ci/run-yamllint.sh@
103996
Last change on this file since 103996 was 103996, checked in by , 13 months ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | #!/usr/bin/env bash |
2 | set -e |
3 | |
4 | # Run yamllint against all traces files. |
5 | find . -name '*traces*yml' -print0 | xargs -0 yamllint -d "{rules: {line-length: {max: 1000}}}" |
Note:
See TracBrowser
for help on using the repository browser.