This commit is contained in:
Jack Ivanov 2020-12-08 13:25:09 +00:00 committed by Jack Ivanov
parent 9b6b6bf9cf
commit cf6a7b6197

View file

@ -17,18 +17,14 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Checkout Code 2
uses: actions/checkout@v2
with:
fetch-depth: 0
path: ansible
- name: Lint Code Base - name: Lint Code Base
uses: 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: .
OUTPUT_DETAILS: detailed OUTPUT_DETAILS: detailed
VALIDATE_ALL_CODEBASE: false VALIDATE_ALL_CODEBASE: false
VALIDATE_ANSIBLE: true
VALIDATE_BASH: true