We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166b505 commit 63c110cCopy full SHA for 63c110c
.githooks/pre-commit
@@ -0,0 +1,6 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+cargo fmt -- --check
5
+cargo clippy -- -D warnings
6
+cargo test --verbose
0 commit comments