Refactor file path in actions-validate.yml and add checkout step
This commit is contained in:
@@ -6,11 +6,15 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- .github/actions/**
|
- .github/actions/**
|
||||||
|
- .github/workflows/actions-*.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-setup-ansible-actions:
|
test-setup-ansible-actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup environment (TEST)
|
- name: Setup environment (TEST)
|
||||||
uses: ./.github/actions/setup-env
|
uses: ./.github/actions/setup-env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user