rust/pre_publish.sh
2017-02-14 11:22:21 +01:00

10 lines
104 B
Bash
Executable File

#!/bin/bash
set -e
cd clippy_lints && cargo fmt && cd ..
cargo fmt
cargo test
./util/update_lints.py