We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a060b2 commit bdac888Copy full SHA for bdac888
1 file changed
ci/all.sh
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+main() {
5
+ cd "$(dirname "$0")/.."
6
7
+ ./ci/fmt.sh
8
+ ./ci/lint.sh
9
+ ./ci/test.sh
10
+}
11
12
+main "$@"
0 commit comments