-
-
Save de-sh/6f4e40282ee02a2def394b5f02d986e0 to your computer and use it in GitHub Desktop.
A shell script to run before committing code, considering what you are committing to is a simple rust project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cargo clippy | |
cargo fmt | |
cargo test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment