From ad74d0563a5fc55976a02384c694bf7421e06a76 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 30 Oct 2023 02:29:18 +0100 Subject: [PATCH] Improve linting checking --- .github/workflows/ansible-linting-check.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index cdf93dc..9f13b8c 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -19,6 +19,5 @@ jobs: - name: Run ansible-lint uses: ansible-actions/ansible-lint-action@v1.0.2 with: - target: "site.yml" + target: "./" python_dependency_file: 'requirements.txt' - collections_yml: 'requirements.yml'