From b18ddd9e666744176ad36baa2c133d8cbe0f60ef Mon Sep 17 00:00:00 2001 From: David Stephens Date: Wed, 10 Feb 2021 17:12:39 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40390656..2f410379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,5 @@ jobs: - name: Install test dependencies. run: pip3 install yamllint ansible-lint - - name: Lint code. - run: | - yamllint . - ansible-lint ./nas.yml -x 106,208 + - name: Ansible lint. + run: ansible-lint ./nas.yml -x 106,208