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
- Host: GitHub
- URL: https://github.com/toitlang/action-setup
- Owner: toitlang
- License: mit
- Created: 2023-11-15T19:18:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:27:49.000Z (7 months ago)
- Last Synced: 2024-11-07T13:29:01.203Z (7 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.