From 662969b1a4034f6af0ac24b6fb5a9ace8ef516ec Mon Sep 17 00:00:00 2001 From: Alexandre Pires Date: Sun, 29 Sep 2024 18:12:02 +0200 Subject: [PATCH] Refactor file path in actions-validate.yml and add checkout step --- .github/workflows/actions-validate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions-validate.yml b/.github/workflows/actions-validate.yml index 7a98446..6a18a22 100644 --- a/.github/workflows/actions-validate.yml +++ b/.github/workflows/actions-validate.yml @@ -6,11 +6,15 @@ on: - main paths: - .github/actions/** + - .github/workflows/actions-*.yml jobs: test-setup-ansible-actions: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v4 + - name: Setup environment (TEST) uses: ./.github/actions/setup-env