Skip to content

aiken-lang/setup-aiken

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

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Aiken

This action sets up an Aiken environment for use in a GitHub Actions workflow.

Inputs

version

Required The version of Aiken to install.

Outputs

version

The version of Aiken that was installed.

Example usage

uses: aiken-lang/setup-aiken@v1
with:
  version: v1.0.28-alpha
run: aiken fmt --check
run: aiken check