This commit is contained in:
Jack Ivanov 2020-12-08 12:37:13 +00:00 committed by Jack Ivanov
parent 3e4b0ccaad
commit c9c0d04b8c

View file

@ -18,12 +18,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Lint Code Base - name: Lint Code Base
uses: docker://github/super-linter:v3 uses: github/super-linter@v3
env: env:
ACTIONS_RUNNER_DEBUG: true ACTIONS_RUNNER_DEBUG: true
DEFAULT_BRANCH: master DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANSIBLE_DIRECTORY: . ANSIBLE_DIRECTORY: ${{ github.workspace }}"
ANSIBLE_FILE_NAME: .ansible-lint
OUTPUT_DETAILS: detailed OUTPUT_DETAILS: detailed
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false