wdl-analysis 0.19.1

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
error: a WDL document must start with a version statement
  ┌─ tests/analysis/import-missing-version/foo.wdl:1:1
  │
1 │ workflow test {
  │ ^ a version statement must come before this

error: imported document is missing a version statement
  ┌─ tests/analysis/import-missing-version/source.wdl:5:8
  │
5 │ import "foo.wdl"
  │        ^^^^^^^^^