Skip to content

Setup Uiua

Actions
This action installs Uiua language interpreter
v0.1.0
Latest
Star (1)

Setup Uiua action

Stand With Ukraine Release functional-tests security linting

This action installs Uiua language interpreter.

Supported OS

OS
Windows
Linux
macOS

Prerequisites

None.

Inputs

- uses: fabasoad/setup-uiua-action@v0
  with:
    # (Optional) Uiua version. Defaults to "latest".
    version: "0.14.1"
    # (Optional) If "false" skips installation if Uiua is already installed.
    # If "true" installs Uiua 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 Uiua was installed or not true

Contributions

Alt

Setup Uiua 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

This action installs Uiua language interpreter
v0.1.0
Latest

Setup Uiua 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.