Sign in
pigweed
/
pigweed
/
qg
/
09fc9f4f559af66daefd0a909099ec6e47b9a36a
/
.
/
tools
/
presubmit.sh
blob: 810e25668eb593a6c715b102d94911637a96ff51 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
check
()
{
echo
"==> Running $@"
"$@"
echo
"==="
}
check cargo build
check cargo test
check cargo fmt
--
check
check cargo clippy
--
-
D clippy
::
pedantic
echo
echo
"All presubmit steps passed!"