Add yamllint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-04-09 09:35:45 +02:00
parent 456e8ea83b
commit 63353f23c6
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ RUN dpkg -i /tmp/packages-microsoft-prod.deb && \
locales \
netcat-openbsd \
openssh-client \
powershell && \
powershell \
yamllint && \
echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" | tee -a /etc/apt/sources.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 && \
apt-get update && apt-get install -y --no-install-recommends \