Skip to content

Instantly share code, notes, and snippets.

@de-sh

de-sh/vroom.sh Secret

Created June 16, 2022 15:15
Show Gist options
  • Save de-sh/6f4e40282ee02a2def394b5f02d986e0 to your computer and use it in GitHub Desktop.
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
#!/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