Skip to content
Snippets Groups Projects
Commit 568e9c2e authored by DavyCats's avatar DavyCats
Browse files

Merge branch 'master' of https://github.com/biowdl/tasks into star

parents a8a06cd7 664f4787
No related branches found
No related tags found
1 merge request!2Star
language: java
script:
- set -e
- wget https://github.com/broadinstitute/cromwell/releases/download/30.2/womtool-30.2.jar
- for F in `find -name "*.wdl"`; do java -jar womtool-30.2.jar validate $F; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment