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 01e4fa9 commit b3d964bCopy full SHA for b3d964b
.githooks/pre-commit
100644
100755
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+echo "Pre-commit hook is running!" >&2
4
+
5
# Auto-formatting code
6
cargo fmt -- --check
7
if [ $? -ne 0 ]; then
0 commit comments