Skip to content

Commit a4a452b

Browse files
committed
fix: improve clarity of mock ledger formatting check in CI workflow
1 parent c05447d commit a4a452b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- run: cargo clippy
2121
- run: cargo fmt --check
2222
# Mock ledger
23-
- run: cargo fmt --check
23+
- name: Mock Ledger - Check formatting
24+
run: cargo fmt --check
2425
working-directory: mock-ledger/backend
2526

2627
website:

0 commit comments

Comments
 (0)