Files
mongo/buildscripts/yamllinters.sh
2023-03-20 20:26:25 +00:00

7 lines
120 B
Bash
Executable File

set -o errexit
BASEDIR=$(dirname "$0")
cd "$BASEDIR/../"
yamllint -c etc/yamllint_config.yml buildscripts etc jstests