mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
38c25dec93
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
11 lines
126 B
Bash
Executable file
11 lines
126 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
script/ci-custom.py -c
|
|
script/lint-python -c
|
|
script/lint-cpp -c
|