refactor: replaced big_uint for biguint (#27) #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |