From 6fcd5105b8b0fb377860054a90c4ede4ce6f353f Mon Sep 17 00:00:00 2001 From: Michiel Hendriks Date: Fri, 9 Feb 2024 17:43:16 +0100 Subject: [PATCH] Create pull-request.yml --- .github/workflows/pull-request.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/pull-request.yml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml new file mode 100644 index 0000000..56277a0 --- /dev/null +++ b/.github/workflows/pull-request.yml @@ -0,0 +1,13 @@ +name: Validate PR + +on: + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Validate JSON + run: bin/validate-json.sh lba1/*.json lba2/*.json