Skip to content

Setup MoonBit

Actions
A github action to setup MoonBit environment
v1.9.0
Latest
Star (9)

Tags

 (1)

Setup MoonBit Action

中文说明

Setup-Moonbit@Dev Daily Checking

This GitHub Action will setup a MoonBit environment for you. It should work on Github macOS , Ubuntu , and Windows runners.

Usage

Basic

It's quite simple to use hustcer/setup-moonbit , just follow the example below:

steps:
  - name: Checkout
    uses: actions/checkout@v4

  - name: Setup Moonbit
    uses: hustcer/setup-moonbit@v1

  - name: Check Moonbit Version
    run: |
        moon version --all

Or, check the test.yaml example.

In rare circumstances you might get rate limiting errors, if this happens you can set the GITHUB_TOKEN environment variable.

- uses: hustcer/setup-moonbit@v1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Inputs

Name Required Description Type Default
version no A valid moonbit tool chain version, such as 0.1.20250108+7a6b9ab0e, nightly, latest, etc. or even bleeding string latest
setup-core no true to download and bundle Moonbit Core, false to ignore it bool true

License

Licensed under:

Setup MoonBit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A github action to setup MoonBit environment
v1.9.0
Latest

Tags

 (1)

Setup MoonBit is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.