https://github.com/fabasoad/setup-uiua-action
Setup Uiua - an array-oriented tacit programming language interpreter.
https://github.com/fabasoad/setup-uiua-action
github-action github-actions stack-language uiua uiua-lang uiua-language
Last synced: 6 months ago
JSON representation
Setup Uiua - an array-oriented tacit programming language interpreter.
- Host: GitHub
- URL: https://github.com/fabasoad/setup-uiua-action
- Owner: fabasoad
- License: mit
- Created: 2025-01-18T14:50:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T22:03:07.000Z (11 months ago)
- Last Synced: 2025-03-09T22:44:46.971Z (11 months ago)
- Topics: github-action, github-actions, stack-language, uiua, uiua-lang, uiua-language
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Setup Uiua action
[](https://stand-with-ukraine.pp.ua)




This action installs [Uiua](https://www.uiua.org/) language interpreter.
## Supported OS
| OS | |
|---------|--------------------|
| Windows | :white_check_mark: |
| Linux | :white_check_mark: |
| macOS | :white_check_mark: |
## Prerequisites
None.
## Inputs
```yaml
- 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
