Create validate.yml

This commit is contained in:
Max Wofford 2025-01-10 00:37:03 -05:00
parent f76e45d71f
commit d0f12b9abf

23
.github/workflows/validate.yml vendored Normal file
View file

@ -0,0 +1,23 @@
name: json-yaml-validate
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: write
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@v3.2.1
with:
comment: "true"