We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005e356 commit 2289337Copy full SHA for 2289337
etc/ci/script.sh
@@ -2,6 +2,9 @@
2
3
set -ex
4
5
+# verify code is well formatted
6
+cargo fmt --all -- --check
7
+
8
# Incorporate TARGET env var to the build and test process
9
cargo build --target "$TARGET" --verbose
10
0 commit comments