From d2853b9764bd0d8624fee9d9f018b7300e233170 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Wed, 10 Feb 2021 17:04:42 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46617632..40390656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v2 - with: - path: 'geerlingguy.samba' - name: Set up Python 3. uses: actions/setup-python@v2 @@ -35,4 +33,4 @@ jobs: - name: Lint code. run: | yamllint . - ansible-lint + ansible-lint ./nas.yml -x 106,208