Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aiken-lang/setup-aiken
- Owner: aiken-lang
- License: apache-2.0
- Created: 2023-05-11T21:45:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T08:06:03.000Z (7 months ago)
- Last Synced: 2024-10-31T10:44:50.013Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://github.com/marketplace/actions/setup-aiken
- Size: 349 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-aiken - aiken-lang/setup-aiken - A GitHub action for installing and using Aiken in Github Workflows (Libraries)
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
```