Skip to content

PlutusV3

PlutusV3 #12

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: aiken-lang/[email protected]
with:
version: v1.1.9
- run: aiken fmt --check
- run: aiken c
- run: aiken b