Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 370 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 370 Bytes

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