This commit is contained in:
Jack Ivanov 2020-12-08 12:27:00 +00:00 committed by Jack Ivanov
parent bf3e7b00b1
commit 3e4b0ccaad
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: docker://github/super-linter:v3
@ -21,7 +23,7 @@ jobs:
ACTIONS_RUNNER_DEBUG: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANSIBLE_DIRECTORY: "algo"
ANSIBLE_DIRECTORY: .
ANSIBLE_FILE_NAME: .ansible-lint
OUTPUT_DETAILS: detailed
VALIDATE_ALL_CODEBASE: false