1
0
Fork 0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 12:46:31 +02:00
esphome/script/quicklint

11 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