We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c15de commit 47c727dCopy full SHA for 47c727d
.github/workflows/schema_validator.yml
@@ -0,0 +1,9 @@
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
0 commit comments