mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source src/dev/ci_setup/setup_env.sh
|
|
|
|
checks-reporter-with-killswitch "Check i18n" \
|
|
node scripts/i18n_check --ignore-missing
|