Refactor file path in actions-validate.yml and add checkout step
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user