Skip to content

toitlang/action-setup

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

action-setup

A GitHub Action to setup Toit.

Basic usage

See action.yml for a complete list of options and outputs.

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.