We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443bdc4 commit ab81eafCopy full SHA for ab81eaf
scripts/check.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+set -euo pipefail
4
5
+cargo fmt --check
6
+cargo clippy -- -D warnings
7
+cargo t
0 commit comments