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
|
||||
|
||||
jobs:
|
||||
Testing:
|
||||
validate_and_release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out Repo code
|
||||
uses: actions/checkout@v3
|
||||
- name: Echo
|
||||
run: echo "The ${{ gitea.repository }} has been cloned to the runner"
|
||||
- name: Validate YAML
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
file_or_dir: '*.yaml'
|
||||
|
Loading…
Reference in New Issue
Block a user