/setup-aiken

Set up for your Aiken GitHub Actions

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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@v0.1.0
with:
  version: v1.0.5-alpha
run: aiken fmt --check
run: aiken check