Skip to content

refactor: use the universal identity for nullification and unify counter logics #45

refactor: use the universal identity for nullification and unify counter logics

refactor: use the universal identity for nullification and unify counter logics #45

Workflow file for this run

name: Test anoma-app-lib
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-nightly-builds
tag: nightly-2024-11-01-0.6.6-68a79bc
cache: enable
- name: Clean
run: juvix clean --global && juvix dependencies update
- name: Type Check
run: juvix typecheck
- name: Format Check
run: juvix format