summaryrefslogtreecommitdiffstats
path: root/server/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server/clean.sh')
-rwxr-xr-xserver/clean.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/clean.sh b/server/clean.sh
new file mode 100755
index 00000000..c9017a30
--- /dev/null
+++ b/server/clean.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+cargo update
+cargo fmt
+cargo check
+cargo clippy