mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
11 lines
123 B
Bash
Executable file
11 lines
123 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
script/ci-custom.py
|
|
script/lint-python -c
|
|
script/lint-cpp -c
|