Modified ANSIBLE_CONFIG_FILE 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 34s

This commit is contained in:
Davide Oddone 2024-10-17 18:50:31 +02:00
parent 1e8f7d83cb
commit 98a2751477

View File

@ -26,5 +26,5 @@ jobs:
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
ANSIBLE_CONFIG_FILE: "./ansible/.ansible-lint.yml"
ANSIBLE_CONFIG_FILE: ".ansible-lint.yml"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}