mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
15 lines
168 B
Bash
Executable File
15 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
set -x
|
|
|
|
script/ci-custom.py
|
|
script/lint-python
|
|
script/lint-cpp
|
|
script/unit_test
|
|
script/component_test
|
|
script/test
|