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 19, 2024
1 parent e504d07 commit 285c5a0
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 285c5a0

Please sign in to comment.