Skip to content
share-2

GitHub Action

Setup Aiken

v1.0.2 Latest version

Setup Aiken

share-2

Setup Aiken

Set up a specific version of Aiken and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Aiken

uses: aiken-lang/[email protected]

Learn more about this action in aiken-lang/setup-aiken

Choose a version

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