We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73573f commit 5f896c9Copy full SHA for 5f896c9
.githooks/pre-commit
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+
3
+set -e
4
+set -x
5
6
+cargo check --all-features
7
8
+exit 0
0 commit comments