fabasoad/Setup Mint
This action sets up a Mint programming language.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: fabasoad/setup-mint-action@fcceebca732da7311b42ea36ef9ec846ab1d3fcc # v1.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Mint version. Defaults to the latest version. | no | latest |
| force | If "false" skips installation if mint is already installed. If "true" installs mint in any case. Defaults to "false". | 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 mint was installed or not. |