Skip to content

Update template CLI for latest changes to entropy-test-cli (#96) #19

Update template CLI for latest changes to entropy-test-cli (#96)

Update template CLI for latest changes to entropy-test-cli (#96) #19

Workflow file for this run

---
name: "Check build"
on: ["push"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Print version
run: cargo --version
- name: Run check
run: cargo install cargo-risczero && cargo risczero install && cargo check