From c1d7cc6c16172c608fdbc70eda96d6f46903d403 Mon Sep 17 00:00:00 2001 From: Shayan Ghani Date: Mon, 19 Aug 2024 01:21:05 +0330 Subject: [PATCH] fix : lint-ansible wrong directory path --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfe8519..ffd2528 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,4 +102,4 @@ jobs: - name: check playbook and role's syntax env: plays: ${{ vars.PLAYBOOKS }} - run: bash scripts/linter.sh ansible "${plays[@]}" \ No newline at end of file + run: bash linter.sh ansible "${plays[@]}" \ No newline at end of file