Skip to content

Commit 0f94c8a

Browse files
authored
feat: format verifier (#1583)
Adds `forge_fmt` to the verifier and alters folder structure to align with the intended publishing structure in `openvm-solidity-sdk` so that metadata hashes can match.
1 parent 467db3f commit 0f94c8a

File tree

6 files changed

+1396
-131
lines changed

6 files changed

+1396
-131
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
app-level-cli:
2727
runs-on:
2828
- runs-on=${{ github.run_id }}
29+
- disk=large
2930
- runner=32cpu-linux-arm64
3031
- extras=s3-cache
3132

3233
steps:
33-
- uses: runs-on/action@v1
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@stable
3636
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)