From a3d1b26e58ca517b8d5633e95d38e55934e21185 Mon Sep 17 00:00:00 2001 From: lotyp Date: Mon, 9 Sep 2024 11:45:16 +0300 Subject: [PATCH] ci: use absolute path for config --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 8fb0fb3..adba985 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -74,7 +74,7 @@ jobs: cancel-in-progress: true group: ansible-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} env: - YAML_CONFIG_PATH: '.github/.yamllint.yaml' + YAMLLINT_CONFIG_FILE: '${{ github.workspace }}/.github/.yamllint.yaml' steps: - name: 📦 Check out the codebase uses: actions/checkout@v4.1.7