charliewilco/Setup Lexicodegen
Install lexicodegen from a pinned GitHub release and add it to PATH.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Lexicodegen release tag to install, such as v0.1.0. Use latest for the latest published release. | no | latest |
| install-dir | Directory where the lexicodegen binary should be installed. | no | ${{ runner.temp }}/lexicodegen |
| github-token | GitHub token used for release API requests. Public releases work without this, but a token avoids low unauthenticated rate limits. | no | "" |
| verify | Run lexicodegen --version after installation. | no | true |
Outputs
| name | description |
|---|---|
| path | Installed lexicodegen binary path. |
| version | Installed lexicodegen version output. |