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 5d26ac5 commit a162f5eCopy full SHA for a162f5e
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
26
27
- name: Setup prerequirements
28
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
32
33
- name: Download schema for conformance_tests.yaml
34
run: curl -LO https://raw.githubusercontent.com/common-workflow-language/cwltest/main/cwltest/cwltest-schema.yml
0 commit comments