mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
dir=$(dirname $0)
|
|
$dir/check-style -n
|
|
$dir/check-typos
|
|
$dir/check-whitespaces -n
|
|
$dir/check-duplicate-includes.sh
|
|
$dir/shellcheck-run.sh
|