From e614bc21360987788cc9d799807bb7d7ea33cc21 Mon Sep 17 00:00:00 2001 From: Raphael-Gazzotti <125291580+Raphael-Gazzotti@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:41:27 +0100 Subject: [PATCH] Create schema_validator.yml --- .github/workflows/schema_validator.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/schema_validator.yml diff --git a/.github/workflows/schema_validator.yml b/.github/workflows/schema_validator.yml new file mode 100644 index 0000000..f700d37 --- /dev/null +++ b/.github/workflows/schema_validator.yml @@ -0,0 +1,12 @@ +name: Schema Validator + +on: + - pull_request + - workflow_dispatch + +jobs: + validate-schema: + uses: openMetadataInitiative/openMINDS_actions/.github/workflows/schema_validator.yml@main + with: + branch: ${{ inputs.branch }} + repository: ${{ inputs.repository }}