Add YAML Validation step to action
Some checks failed
PIS Generate / validate_and_release (push) Failing after 7s
Some checks failed
PIS Generate / validate_and_release (push) Failing after 7s
This commit is contained in:
parent
4730106076
commit
f9e267f8cc
@ -7,10 +7,12 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Testing:
|
validate_and_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out Repo code
|
- name: Check out Repo code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Echo
|
- name: Validate YAML
|
||||||
run: echo "The ${{ gitea.repository }} has been cloned to the runner"
|
uses: ibiqlik/action-yamllint@v3
|
||||||
|
with:
|
||||||
|
file_or_dir: '*.yaml'
|
||||||
|
Loading…
Reference in New Issue
Block a user