From c9c0d04b8cfd7c17924e1ec2340949393cb36c85 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 8 Dec 2020 12:37:13 +0000 Subject: [PATCH] linter --- .github/workflows/linter.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 187fbee..f1b2909 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,12 +18,11 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: docker://github/super-linter:v3 + uses: github/super-linter@v3 env: ACTIONS_RUNNER_DEBUG: true DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ANSIBLE_DIRECTORY: . - ANSIBLE_FILE_NAME: .ansible-lint + ANSIBLE_DIRECTORY: ${{ github.workspace }}" OUTPUT_DETAILS: detailed VALIDATE_ALL_CODEBASE: false