Create yaml-check.yml

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-04-25 15:52:52 +02:00 committed by GitHub
parent 60690c9fc4
commit aa8e1c63d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
.github/workflows/yaml-check.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: json-yaml-validate
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.7.1