Skip to content

Commit

Permalink
gh-actions: validate the CWL schema itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed May 17, 2024
1 parent e7bd0ae commit 24e2f8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Setup prerequirements
run: pip install cwltest 'schema-salad[pycodegen]'

- name: Validate CWL schema
run: schema-salad-tool salad/schema_salad/metaschema/metaschema.yml CommonWorkflowLanguage.yml

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

0 comments on commit 24e2f8c

Please sign in to comment.