From cad5710f679ce74a34096dade8fe9ec269d95f48 Mon Sep 17 00:00:00 2001 From: Leo Wilkin Date: Mon, 6 Jan 2025 15:24:16 +0000 Subject: [PATCH] Create validate.yml --- .github/workflows/validate.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/validate.yml diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml new file mode 100644 index 0000000..d324464 --- /dev/null +++ b/.github/workflows/validate.yml @@ -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@v2.7.1 + with: + comment: "true"