Skip to content

Commit cb235c0

Browse files
committed
fix: add missing cargo fmt check for mock-ledger
1 parent 689dbd1 commit cb235c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
# Cosmetic checks.
2020
- run: cargo clippy
2121
- run: cargo fmt --check
22+
# Mock ledger
23+
- run: cargo fmt --check
24+
working-directory: mock-ledger/backend
2225

2326
website:
2427
name: Website

0 commit comments

Comments
 (0)