fabasoad/Setup LOLCODE
This action sets up a LOLCODE interpreter called LCI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | LCI version. Defaults to the latest version. | no | latest |
| force | If "true" it installs LCI even if it is already installed on a runner. Otherwise, skips installation. | no | false |
| github-token | GitHub token that is used to send requests to GitHub API such as getting latest release. Defaults to the token provided by GitHub Actions environment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| installed | Whether LCI was installed or not. |