Skip to content

fix(raiko): remove useless log & fix prove script (#665) #930

fix(raiko): remove useless log & fix prove script (#665)

fix(raiko): remove useless log & fix prove script (#665) #930

Workflow file for this run

name: CI - RISC0
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/risc0/**"
- "!docs/**"
pull_request:
paths:
- "provers/risc0/**"
- "!docs/**"
jobs:
build-test-risc0:
name: Build and test risc0
uses: ./.github/workflows/ci-build-test-reusable.yml

Check warning on line 18 in .github/workflows/ci-risc0.yml

View workflow run for this annotation

GitHub Actions / CI - RISC0

Workflow syntax warning

In .github/workflows/ci-risc0.yml (Line: 18, Col: 11): Error from called workflow taikoxyz/raiko/.github/workflows/ci-build-test-reusable.yml@1202add538f0110c32b751d900debd6c1bf032fe (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
version_name: "risc0"
version_toolchain: "stable"
integration-test-risc0:
name: Run integration tests on risc0
uses: ./.github/workflows/ci-integration-reusable.yml

Check warning on line 25 in .github/workflows/ci-risc0.yml

View workflow run for this annotation

GitHub Actions / CI - RISC0

Workflow syntax warning

In .github/workflows/ci-risc0.yml (Line: 25, Col: 11): Error from called workflow taikoxyz/raiko/.github/workflows/ci-integration-reusable.yml@1202add538f0110c32b751d900debd6c1bf032fe (Line: 42, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
with:
version_name: "risc0"
version_toolchain: "nightly-2024-04-17"