We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a452b commit 7bcbabcCopy full SHA for 7bcbabc
.github/workflows/build.yml
@@ -20,6 +20,9 @@ jobs:
20
- run: cargo clippy
21
- run: cargo fmt --check
22
# Mock ledger
23
+ - name: Mock Ledger - Clone wrpc dependency
24
+ run: git clone https://github.com/bytecodealliance/wrpc.git
25
+ working-directory: ../
26
- name: Mock Ledger - Check formatting
27
run: cargo fmt --check
28
working-directory: mock-ledger/backend
mock-ledger/backend/.rustfmt.toml
0 commit comments