From cf6a7b61972289fca98478e20c42ffb7cb5f125c Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 8 Dec 2020 13:25:09 +0000 Subject: [PATCH] linter --- .github/workflows/linter.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index cc28928..92c7240 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,18 +17,14 @@ jobs: with: fetch-depth: 0 - - name: Checkout Code 2 - uses: actions/checkout@v2 - with: - fetch-depth: 0 - path: ansible - - name: Lint Code Base uses: github/super-linter@v3 env: ACTIONS_RUNNER_DEBUG: true DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # ANSIBLE_DIRECTORY: . + ANSIBLE_DIRECTORY: . OUTPUT_DETAILS: detailed VALIDATE_ALL_CODEBASE: false + VALIDATE_ANSIBLE: true + VALIDATE_BASH: true