Skip to content

Merge pull request #5 from deltadefi-protocol/plutus-v3 #65

Merge pull request #5 from deltadefi-protocol/plutus-v3

Merge pull request #5 from deltadefi-protocol/plutus-v3 #65

Workflow file for this run

# Simple workflow for deploying static content to GitHub Pages
name: Script CI Tests
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Single deploy job since we're just deploying
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- uses: aiken-lang/setup-aiken@v1
with:
version: v1.1.0
- run: aiken fmt --check
- run: aiken check -D
- run: aiken docs