Set ANSIBLE_DIRECTORY env
Some checks reported errors
--> Linted: ANSIBLE Errors were detected, please view logs
--> Linted: GITHUB_ACTIONS No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint Code Base / run-lint (push) Failing after 35s
Some checks reported errors
--> Linted: ANSIBLE Errors were detected, please view logs
--> Linted: GITHUB_ACTIONS No errors were found in the linting process
--> Linted: GITLEAKS No errors were found in the linting process
--> Linted: JSCPD No errors were found in the linting process
--> Linted: YAML No errors were found in the linting process
Lint Code Base / run-lint (push) Failing after 35s
This commit is contained in:
parent
98a2751477
commit
f7e7da59ab
1
.github/workflows/super-linter.yml
vendored
1
.github/workflows/super-linter.yml
vendored
@ -26,5 +26,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: false
|
VALIDATE_ALL_CODEBASE: false
|
||||||
DEFAULT_BRANCH: "main"
|
DEFAULT_BRANCH: "main"
|
||||||
|
ANSIBLE_DIRECTORY: "."
|
||||||
ANSIBLE_CONFIG_FILE: ".ansible-lint.yml"
|
ANSIBLE_CONFIG_FILE: ".ansible-lint.yml"
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user