Skip to content

chore(clippy): remove unused imports #84

chore(clippy): remove unused imports

chore(clippy): remove unused imports #84

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
pull_request:
paths:
- "provers/risc0/**"
merge_group:
==== BASE ====

Check failure on line 15 in .github/workflows/ci-risc0.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-risc0.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "risc0"
version_toolchain: "stable"