Moved linter configuration to correct folder
All checks were successful
--> Linted: ANSIBLE No errors were found in the linting process
--> 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) Successful in 39s

This commit is contained in:
Davide Oddone 2024-10-17 19:03:07 +02:00
parent f7e7da59ab
commit 0997a2f864
2 changed files with 0 additions and 2 deletions

View File

@ -26,6 +26,4 @@ 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"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}