mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check File Casing" \
|
|
node scripts/check_file_casing --quiet
|