Skip to content

Commit

Permalink
ci: add Risc0 installation step to code checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaymak committed Mar 4, 2025
1 parent cc6e835 commit 18dea0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-risc0
- name: Run Cargo fmt
run: cargo fmt --check

Expand All @@ -33,6 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-risc0
- name: Toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 18dea0d

Please sign in to comment.