mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-03 22:03:06 +00:00
fix: taplo fmt template excluded
This commit is contained in:
parent
68d2c886c7
commit
ab55487776
@ -6,4 +6,45 @@ source env.sh
|
||||
cargo install taplo-cli --locked
|
||||
|
||||
cargo fmt -- --check
|
||||
taplo fmt --check
|
||||
cd accounts
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd common
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd consensus
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd mempool
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd networking
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd node_core
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd node_rpc
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd node_runner
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd sc_core
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd sequencer_core
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd storage
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd utxo
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd vm
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
cd zkvm
|
||||
taplo fmt --check
|
||||
cd ..
|
||||
Loading…
x
Reference in New Issue
Block a user