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