Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.8 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.8 KB

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