stjude-rust-labs/Sprocket CI/CD
Run Sprocket as part of a CI/CD pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Sprocket subcommand to run. | yes | check |
| config-path | Path to a TOML file to use for configuration. This TOML will be merged with any configuration file(s) found in the [standard load order](https://sprocket.bio/configuration/overview.html#load-order). | no | — |
| skip-config-search | Enable the '--skip-config-search' Sprocket option, which disables the normal configuration search. Can be used with 'config-path' to load only the specified configuration file. | no | false |
| lint | Whether to lint WDL documents. | no | false |
| all-lint-rules | Whether to enable all lint rules (adds additional rules beyond the default lint rule set) | no | false |
| ignore-patterns | Comma separated list of patterns to write/append to the root `.sprocketignore` file. | no | "" |
| deny-warnings | Fail the check if there are any warnings. | no | false |
| deny-notes | Fail the check if there are any notes. | no | false |
| except | Comma separated list of rules to exclude from Sprocket check. | no | "" |
| wdl_files | Path to the WDL document for which to validate inputs. | no | — |
| inputs_files | Path to the JSON file containing inputs to validate. | no | — |
Outputs
| name | description |
|---|---|
| status | The status of the check |