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