7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
set -o errexit
|
|
|
|
BASEDIR=$(dirname "$0")
|
|
cd "$BASEDIR/../"
|
|
|
|
yamllint -c etc/yamllint_config.yml buildscripts etc jstests
|