Skip to content

Commit 984a5d8

Browse files
authored
Merge pull request #492 from Raphael-Gazzotti/validation-pipeline-v2
Validation pipeline v2
2 parents ec85354 + 3f98352 commit 984a5d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Schema Validator
2+
3+
on:
4+
- pull_request
5+
- workflow_dispatch
6+
7+
jobs:
8+
validate-schema:
9+
uses: openMetadataInitiative/openMINDS_actions/.github/workflows/schema_validator.yml@main
10+
with:
11+
branch: ${{ inputs.branch }}
12+
repository: ${{ inputs.repository }}

0 commit comments

Comments
 (0)