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