GitHub Action
Sprocket Check
v0.5.1
Latest version
This action uses Sprocket to validate and optionally lint WDL documents.
Optional Whether to run linting in addition to validation. Boolean, valid choices: ["true", "false"]
Optional Comma separated list of patterns to exclude when searching for WDL files.
Optional If specified, Sprocket check
will fail if any warnings
are produced.
Optional If specified, Sprocket check
will fail if any notes
are produced.
Optional If specified and lint
==true
, then the listed rules will be excepted from all sprocket lint
checks. Multiple rules can be specified as a comma-separated list, e.g. CallInputSpacing,CommandSectionMixedIndentation
. Valid options can be found at: https://docs.rs/wdl/latest/wdl/lint/index.html#lint-rules.
uses: stjude-rust-labs/sprocket-action@main
with:
lint: true
exclude-patterns: template,test