Skip to content

feat: test ci

feat: test ci #2

Workflow file for this run

name: Tests
on:
push:
branches: ["main", "rebrand-vodka"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aiken-lang/setup-aiken@v1.0.2
with:
version: v1.0.29-alpha
- run: aiken fmt --check
- run: aiken check -D
- run: aiken docs