An open API service indexing awesome lists of open source software.

https://github.com/toitlang/action-setup

GitHub Action to setup Toit
https://github.com/toitlang/action-setup

Last synced: 20 days ago
JSON representation

GitHub Action to setup Toit

Awesome Lists containing this project

README

        

# action-setup

A GitHub Action to setup Toit.

## Basic usage

See [action.yml](action.yml) for a complete list of options and outputs.

```yaml
steps:
- uses: actions/checkout@v4

- uses: toitlang/action-setup@v1
with:
toit-version: 'v2.0.0-alpha.120'

- run: toit.run main.toit
```

If no `toit-version` is specified, the latest version is used.