Skip to content

Document external AD proof backend setup #6

Document external AD proof backend setup

Document external AD proof backend setup #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Format
run: cargo fmt --check
- name: Test
run: cargo test
- name: CLI contract
run: make check