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 5fa76d5 commit 97afb19Copy full SHA for 97afb19
.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