Skip to content

fabasoad/setup-mint-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

187 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Setup Mint

Stand With Ukraine GitHub release functional-tests security linting

This action sets up a Mint programming language.

Supported OS

OS Arch
Windows All ❌
Linux x86_84 βœ…
Linux arm ❌
macOS x86_84 βœ…
macOS arm βœ… (>= 0.20.0)

Prerequisites

None.

Inputs

- uses: fabasoad/setup-mint-action@v1
  with:
    # (Optional) Mint version. Defaults to the latest version.
    version: "0.21.0"
    # (Optional) If "false" skips installation if mint is already installed. If
    # "true" installs mint in any case. Defaults to "false".
    force: "false"
    # (Optional) GitHub token that is used to send requests to GitHub API such
    # as downloading asset. Defaults to the token provided by GitHub Actions
    # environment.
    github-token: "${{ github.token }}"

Outputs

Name Description Example
installed Whether mint was installed or not true

Example usage

Workflow configuration

name: Setup Mint

on: push

jobs:
  setup:
    name: Setup
    runs-on: ubuntu-latest
    steps:
      - uses: fabasoad/setup-mint-action@v1
      - name: Run script
        run: mint init test-project

Result

Mint - Initializing a new project
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
βš™ Creating directory: test-project
βš™ Writing initial files:
  βž” assets/head.html
  βž” source/Main.mint
  βž” tests/Main.mint
  βž” mint.json
  βž” .gitignore
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
All done in 292ΞΌs!

Contributions

Alt

About

This action installs Mint (programming language for writing single page applications).

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages