From 0997a2f86403d8b8f02941de060a7a582d5e4b44 Mon Sep 17 00:00:00 2001 From: Davide Oddone Date: Thu, 17 Oct 2024 19:03:07 +0200 Subject: [PATCH] Moved linter configuration to correct folder --- .ansible-lint.yml => .github/linters/.ansible-lint.yml | 0 .github/workflows/super-linter.yml | 2 -- 2 files changed, 2 deletions(-) rename .ansible-lint.yml => .github/linters/.ansible-lint.yml (100%) diff --git a/.ansible-lint.yml b/.github/linters/.ansible-lint.yml similarity index 100% rename from .ansible-lint.yml rename to .github/linters/.ansible-lint.yml diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 69edb08..af6a923 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -26,6 +26,4 @@ jobs: env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: "main" - ANSIBLE_DIRECTORY: "." - ANSIBLE_CONFIG_FILE: ".ansible-lint.yml" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}