Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiken-lang/setup-aiken

Set up for your Aiken GitHub Actions
https://github.com/aiken-lang/setup-aiken

Last synced: about 1 month ago
JSON representation

Set up for your Aiken GitHub Actions

Awesome Lists containing this project

README

        

# 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

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