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

This commit is contained in:
Davide Oddone 2024-10-17 18:52:42 +02:00
parent 98a2751477
commit f7e7da59ab

View File

@ -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 }}