Skip to content

pump version to aiken v.1.0.20-alpha and add more safety check #16

pump version to aiken v.1.0.20-alpha and add more safety check

pump version to aiken v.1.0.20-alpha and add more safety check #16

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.20-alpha
- run: aiken fmt --check
- run: aiken check
- run: aiken build