commit new example for benchmarking

This commit is contained in:
microproofs
2024-01-10 19:27:21 -05:00
committed by KtorZ
parent fe7d744946
commit 8f825f68b1
14 changed files with 567 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v0.1.0
with:
version: v1
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build