Skip to content

Commit 2289337

Browse files
authored
ci: verify code is well formatted (#393)
Signed-off-by: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com>
1 parent 005e356 commit 2289337

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/ci/script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -ex
44

5+
# verify code is well formatted
6+
cargo fmt --all -- --check
7+
58
# Incorporate TARGET env var to the build and test process
69
cargo build --target "$TARGET" --verbose
710

0 commit comments

Comments
 (0)