wdl-analysis 0.21.0

Analysis of Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
error: `task.return_code` cannot be used in this context
  ┌─ tests/validation/task-variable-invalid/source.wdl:6:16
  │
6 │         echo ~{task.return_code}
  │                ^^^^^^^^^^^^^^^^
  │
  = help: `task.return_code` is only available in `output` sections