Skip to content

refactor: define uint as wrapper over biguint lib (#26) #13

refactor: define uint as wrapper over biguint lib (#26)

refactor: define uint as wrapper over biguint lib (#26) #13

Workflow file for this run

name: "CLI"
on:
push:
branches: [main]
pull_request:
branches: ["*"]
paths:
- "cli/**"
jobs:
compile_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Check format"
run: make cli_check_fmt
- name: "Compile"
run: make cli_build