Skip to content

set must_hold_ship_token check for all redeemers. (#31) #41

set must_hold_ship_token check for all redeemers. (#31)

set must_hold_ship_token check for all redeemers. (#31) #41

Workflow file for this run

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.0.24-alpha
- run: aiken fmt --check
- run: aiken check -D
- run: aiken build