Skip to content

bump aiken version in github actions #27

bump aiken version in github actions

bump aiken version in github actions #27

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/[email protected]
with:
version: v1.0.31-alpha
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build