Skip to content

Commit bdac888

Browse files
committed
Add ./ci/all.sh
1 parent 6a060b2 commit bdac888

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ci/all.sh

+12
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)