Update '.drone.yml'
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
sthope 2021-09-02 11:26:11 +02:00
parent 7e6e5f4788
commit 1958002f64

View File

@ -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