Skip to content

Mariari/remove anoma transaction and message #85

Mariari/remove anoma transaction and message

Mariari/remove anoma transaction and message #85

Workflow file for this run

name: Test anoma-applib
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: Download the Juvix binary
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix
tag: v0.6.8
cache: enable
- name: Clean
run: juvix clean --global && juvix dependencies update
- name: Type Check
run: juvix typecheck
- name: Format Check
run: juvix format