1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 19:00:59 +01:00
esphome/script/quicklint

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