Skip to content

Commit

Permalink
Add cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Nov 14, 2024
1 parent cf66212 commit afa8c25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: |
cd ./app/rust
cargo clippy --all-targets --features "clippy"
- name: cargo fmt
run: |
cd ./app/rust
cargo fmt
build_ledger:
needs: configure
Expand Down

0 comments on commit afa8c25

Please sign in to comment.