Skip to content

Setup Uiua - an array-oriented tacit programming language interpreter.

License

Notifications You must be signed in to change notification settings

fabasoad/setup-uiua-action

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

Repository files navigation

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