1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-19 12:24:05 +00:00
esphome/script/quicklint

12 lines
118 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
set -e
cd "$(dirname "$0")/.."
set -x
script/ci-custom.py -c
script/lint-python -c
2019-05-13 20:45:22 +02:00
script/lint-cpp -c