This commit is contained in:
Jack Ivanov 2020-12-08 13:05:30 +00:00 committed by Jack Ivanov
parent 5b7f2a319d
commit 6ed0c2f218

View file

@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
path: algo
- name: Lint Code Base
uses: github/super-linter@v3
@ -23,6 +24,6 @@ jobs:
ACTIONS_RUNNER_DEBUG: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ANSIBLE_DIRECTORY: "/github/workspace/"
ANSIBLE_DIRECTORY: algo
OUTPUT_DETAILS: detailed
VALIDATE_ALL_CODEBASE: false