guitarrapc/Setup Seiton
Sets up seiton CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| seiton-version | The version of seiton to install. Use latest to install the latest release. | no | latest |
| github-token | Optional GitHub token to avoid API rate limits when resolving latest release. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| seiton-version | Installed seiton version. |
| seiton-path | Directory path added to PATH that contains seiton binary. |