diff --git a/ci_check.sh b/ci_check.sh new file mode 100755 index 0000000..91cd314 --- /dev/null +++ b/ci_check.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cargo clippy --workspace --all-targets --all-features -- --deny warnings +cargo fmt --all -- --check \ No newline at end of file