summaryrefslogtreecommitdiff
path: root/evergreen/lint_yaml.sh
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-04-08 10:13:06 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-08 16:38:18 +0000
commit376a983186c48cacd42f0205b93a90aef3b30690 (patch)
tree4264231b68d1bdbb155024105fb06dc345918243 /evergreen/lint_yaml.sh
parent6fc3aec96786f0f3f8afd90b83de2486decccd35 (diff)
downloadmongo-376a983186c48cacd42f0205b93a90aef3b30690.tar.gz
SERVER-55626 Extract shell scripts from evergreen.yml part 2
Diffstat (limited to 'evergreen/lint_yaml.sh')
-rwxr-xr-xevergreen/lint_yaml.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/evergreen/lint_yaml.sh b/evergreen/lint_yaml.sh
new file mode 100755
index 00000000000..79b7ace6f99
--- /dev/null
+++ b/evergreen/lint_yaml.sh
@@ -0,0 +1,7 @@
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
+. "$DIR/prelude.sh"
+
+cd src
+
+activate_venv
+./buildscripts/yamllinters.sh