From fda92f21e65292316e81447823d227455ab3f906 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Thu, 30 Jul 2020 18:31:48 +0300 Subject: [PATCH] Add yamllint support (#1319) --- images/linux/scripts/installers/basic.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/basic.sh b/images/linux/scripts/installers/basic.sh index b6bd5377..c2f90476 100644 --- a/images/linux/scripts/installers/basic.sh +++ b/images/linux/scripts/installers/basic.sh @@ -60,7 +60,8 @@ cmd_packages="curl flex patchelf bzip2 - sqlite3" + sqlite3 + yamllint" if isUbuntu20 ; then echo "Install python2"