Skip to content

Commit 97afb19

Browse files
mr-cGlassOfWhiskey
authored andcommitted
gh-actions: validate the CWL schema itself
1 parent 5fa76d5 commit 97afb19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: Setup prerequirements
2828
run: pip install cwltest 'schema-salad[pycodegen]'
29+
30+
- name: Validate CWL schema
31+
run: schema-salad-tool salad/schema_salad/metaschema/metaschema.yml CommonWorkflowLanguage.yml
2932

3033
- name: Download schema for conformance_tests.yaml
3134
run: curl -LO https://raw.githubusercontent.com/common-workflow-language/cwltest/main/cwltest/cwltest-schema.yml

0 commit comments

Comments
 (0)