Skip to content

Write down a small tutorial for registering and voting. #11

Write down a small tutorial for registering and voting.

Write down a small tutorial for registering and voting. #11

name: Continuous Integration
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.0
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build