Skip to content

Commit a162f5e

Browse files
committed
gh-actions: validate the CWL schema itself
1 parent 5d26ac5 commit a162f5e

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)