Skip to content

Update test documentation #70

Update test documentation

Update test documentation #70

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v1.0.2
with:
version: v1.1.10
- run: aiken fmt --check
- run: aiken check
# - run: aiken build