Closed Holzhaus closed 8 months ago
This adds support for https://pre-commit.com/. You can use it locally automatically run some hooks on every commit (e.g., cargo fmt, cargo clippy). In addition, this also adds a GitHub Actions workflow to run it on CI.
cargo fmt
cargo clippy
This adds support for https://pre-commit.com/. You can use it locally automatically run some hooks on every commit (e.g.,
cargo fmt
,cargo clippy
). In addition, this also adds a GitHub Actions workflow to run it on CI.