18 lines
271 B
Markdown
18 lines
271 B
Markdown
# Turborepo Dry Run GitHub Action
|
|
|
|
GitHub Action which outputs the result of a Turborepo --dry-run command
|
|
|
|
## Inputs
|
|
|
|
### `pipeline`
|
|
|
|
**Optional** The Turborepo pipeline to run
|
|
|
|
default: `build`
|
|
|
|
## Output
|
|
|
|
### `dry-run-output`
|
|
|
|
The JSON output of the Turborepo dry run
|