actions-marketplace-validations/Setup detekt
Installs a specific version of detekt into the GitHub Actions tool cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| detekt_version | The version of detekt, defaults to latest | no | * |
| add_to_path | Flag for adding detekt to the PATH | yes | true |
| token | Use to pull detekt distributions from the releases of detekt. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| detekt | The path to the detekt executable |