From 4ddef783d78aa89b7472bd203fccc24d6aba2375 Mon Sep 17 00:00:00 2001 From: raphaelgazzotti Date: Wed, 16 Apr 2025 16:17:22 +0200 Subject: [PATCH] Validation pipeline. --- .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 }}