rust/pre_publish.sh

10 lines
104 B
Bash
Raw Normal View History

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