mirror of
https://github.com/esphome/esphome.git
synced 2024-11-08 09:40:53 +01:00
13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
set -x
|
||
|
|
||
|
script/ci-custom.py
|
||
|
script/lint-python
|
||
|
script/lint-cpp
|
||
|
script/test
|