We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53ea04e + 9ce5e0d commit 70d7950Copy full SHA for 70d7950
1 file changed
.github/workflows/schema_validator.yml
@@ -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