diff --git a/.drone.yml b/.drone.yml index 063fcce..150f273 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,13 @@ steps: - name: ha-stable pull: always image: ghcr.io/home-assistant/home-assistant:stable + script: + - | + python -m homeassistant \ + --config $CI_PROJECT_DIR \ + --script check_config \ + --info all + - name: discord pull: always