mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
f811b1157c
* Update CI matcher * Check Executable bit * Quicklint * Updates * Allow pm1.0 and pm10.0 for PMS5003ST Fixes https://github.com/esphome/feature-requests/issues/225 * PowerSupplyRequester * Lint * Include debug data in generated main.cpp * Updates * Auto-select bit_depth * Updates
11 lines
120 B
Bash
Executable file
11 lines
120 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
|