mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
set -x
|
||
|
|
||
|
script/ci-custom.py
|
||
|
script/lint-python -c
|
||
|
script/lint-cpp
|