mirror of
https://github.com/esphome/esphome.git
synced 2025-02-07 13:40:59 +00:00
11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
set -x
|
||
|
|
||
|
script/ci-custom.py
|
||
|
flake8 esphome
|
||
|
pylint esphome
|